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 %}
|
||||
</tbody>
|
||||
</table>
|
||||
{% empty %}
|
||||
<p><em>{% trans 'This changeset contains no changes.' %}</em></p>
|
||||
{% endfor %}
|
||||
|
||||
{% buttons %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue