From edad9d46c7101489e05d56385e166635a5001163 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 1 Dec 2023 09:51:33 -0500 Subject: [PATCH] modified: templates/chat.html --- templates/chat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}