From b3e8563efbcc3bafe2c3d9de5b5d46f047566be5 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 24 Feb 2023 09:12:01 +0200 Subject: [PATCH] remove right padding --- files/templates/groups.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/groups.html b/files/templates/groups.html index 6ec4a5092..491ab0725 100644 --- a/files/templates/groups.html +++ b/files/templates/groups.html @@ -22,7 +22,7 @@ {{loop.index}} {{group.name}} -
+
{% for user in group.members %} {% include "user_in_table.html" %}