add empty messages notice

This commit is contained in:
ghost 2023-12-06 03:58:39 +02:00
parent 98393e8934
commit c4acb608bb

View File

@ -40,6 +40,12 @@
</li>
{% endfor %}
</ul>
{% else %}
<ul>
<li>
{{ 'room not contain valid messages' | trans }}
</li>
</ul>
{% endif %}
{% endblock %}
{% block footer_content %}