don't show number of operations if it's zero
This commit is contained in:
parent
14b8bca34a
commit
a81f7d9482
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
{% if changeset.description %}
|
||||
<p>{{ changeset.description }}</p>
|
||||
{% endif %}
|
||||
{% if changed_objects %}
|
||||
{% if changed_objects and operations|length %}
|
||||
<p><em>{% blocktranslate count counter=operations|length %}({{ counter }} operation in total){% plural %}({{ counter }} operations in total){% endblocktranslate %}</em></p>
|
||||
{% endif %}
|
||||
{% for obj in changed_objects %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue