From 45943c67c90e46807892b7ddc86f82f98866d309 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 29 Apr 2024 08:20:20 +0300 Subject: [PATCH] show online members during orgy --- files/templates/orgy.html | 39 ++++++++++++++++++++++++++++++--------- 1 file changed, 30 insertions(+), 9 deletions(-) diff --git a/files/templates/orgy.html b/files/templates/orgy.html index 0795cc2c8..6e38719bc 100644 --- a/files/templates/orgy.html +++ b/files/templates/orgy.html @@ -58,15 +58,6 @@
- {% if chat.id != 1 %} -
- - - {{sorted_memberships|length}} - -
- {% endif %} -
{{macros.chat_group_template()}}
@@ -76,6 +67,36 @@ {{macros.chat_line_template()}}
{{macros.chat_window(vlink)}} + + {% if chat.id != 1 %} +
+
Members ({{sorted_memberships|length}})
+ +
+ {% endif %}