modified: templates/chat.html

This commit is contained in:
Russell Ballestrini 2023-12-01 09:51:33 -05:00
parent f628791637
commit edad9d46c7

View file

@ -127,7 +127,7 @@
<a href="{{ url_for('chat', room_name=room.name) }}?username={{ username }}">
<li>
<!-- Display the room title if available, otherwise the room name -->
{{ room.title if room.title else room.name }}
<b>{{ room.name }}</b> {% if room.title %}<br />{{ room.title }} {% endif %}
</li>
</a>
{% endfor %}