show text if changeset is empty

This commit is contained in:
Laura Klünder 2024-12-05 14:21:33 +01:00
parent 089c3e3f85
commit 78bff89f1b

View file

@ -116,6 +116,8 @@
{% endfor %}
</tbody>
</table>
{% empty %}
<p><em>{% trans 'This changeset contains no changes.' %}</em></p>
{% endfor %}
{% buttons %}