-
+
{% for room in rooms %}
- + {{ room.title if room.title else room.name }} @@ -119,7 +135,9 @@
+
+
@@ -127,117 +145,121 @@
-
+
diff --git a/templates/chat.html b/templates/chat.html index 331eb69..70c8eb5 100644 --- a/templates/chat.html +++ b/templates/chat.html @@ -5,19 +5,23 @@