From a82b2286feeb4bc37c6514dc7b23bc59a85ec43b Mon Sep 17 00:00:00 2001 From: Holger Trampe Date: Sun, 31 May 2020 14:27:36 +0200 Subject: [PATCH] QS 0.9.1 PORD --- chat/templates/chat/chat_allusers.html | 13 ++++++++++--- .../templates/chat/chat_content_basechat.html | 4 ++-- .../__pycache__/settings.cpython-38.pyc | Bin 4057 -> 4057 bytes digitaleagentur/settings.py | 12 ------------ users/signals.py | 4 ++++ 5 files changed, 16 insertions(+), 17 deletions(-) diff --git a/chat/templates/chat/chat_allusers.html b/chat/templates/chat/chat_allusers.html index 973f16c..b3572ca 100644 --- a/chat/templates/chat/chat_allusers.html +++ b/chat/templates/chat/chat_allusers.html @@ -20,14 +20,20 @@ position: absolute; } -
+

Chat öffnen


- {% for user in usersofagency %} - +
+
+ {% for user in usersofagency %} + {% if forloop.counter|divisibleby:4 %} +
+
+ {% endif %} +
@@ -49,6 +55,7 @@
{% endfor %} +