diff --git a/chat/templates/chat/chat_allusers.html b/chat/templates/chat/chat_allusers.html index b3572ca..4aabd00 100644 --- a/chat/templates/chat/chat_allusers.html +++ b/chat/templates/chat/chat_allusers.html @@ -29,7 +29,7 @@
{% for user in usersofagency %} - {% if forloop.counter|divisibleby:4 %} + {% if forloop.counter|divisibleby:6 %}
{% endif %}