mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-22 20:44:59 +00:00
add empty messages notice
This commit is contained in:
parent
98393e8934
commit
c4acb608bb
@ -40,6 +40,12 @@
|
|||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
{% else %}
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
{{ 'room not contain valid messages' | trans }}
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block footer_content %}
|
{% block footer_content %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user