show text if changeset is empty
This commit is contained in:
parent
089c3e3f85
commit
78bff89f1b
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
{% empty %}
|
||||||
|
<p><em>{% trans 'This changeset contains no changes.' %}</em></p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% buttons %}
|
{% buttons %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue