diff --git a/src/c3nav/editor/templates/editor/changeset.html b/src/c3nav/editor/templates/editor/changeset.html index fe28208c..496c5f91 100644 --- a/src/c3nav/editor/templates/editor/changeset.html +++ b/src/c3nav/editor/templates/editor/changeset.html @@ -81,7 +81,7 @@ {% if changeset.description %}
{{ changeset.description }}
{% endif %} -{% if changed_objects %} +{% if changed_objects and operations|length %}{% blocktranslate count counter=operations|length %}({{ counter }} operation in total){% plural %}({{ counter }} operations in total){% endblocktranslate %}
{% endif %} {% for obj in changed_objects %}