wcs: hamonize empty-message (#56190)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Build started... Details

This commit is contained in:
Lauréline Guérin 2021-08-17 15:18:09 +02:00
parent 98b8e5aa63
commit 9050ab6cd2
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@
</div>
{% endfor %}
{% elif not combo_hide_empty_message %}
<div class="empty-message"><p>{% trans "There are no possible backoffice submissions." %}</p></div>
<div class="cell--body"><p class="empty-message">{% trans "There are no possible backoffice submissions." %}</p></div>
{% endif %}
{% endblock %}