diff --git a/templates/chat.html b/templates/chat.html index 70c8eb5..a519d79 100644 --- a/templates/chat.html +++ b/templates/chat.html @@ -127,7 +127,7 @@
  • - {{ room.title if room.title else room.name }} + {{ room.name }} {% if room.title %}
    {{ room.title }} {% endif %}
  • {% endfor %}