From c158697f7b2777d47ac5f24ae0be89202dea5252 Mon Sep 17 00:00:00 2001 From: Julian Lobbes Date: Wed, 30 Nov 2022 12:50:56 +0100 Subject: [PATCH] fix(style): swap table positions in group edit view --- lumi2/templates/usermanager/group_edit.html | 60 ++++++++++----------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/lumi2/templates/usermanager/group_edit.html b/lumi2/templates/usermanager/group_edit.html index 0fb7854..0a86ad1 100644 --- a/lumi2/templates/usermanager/group_edit.html +++ b/lumi2/templates/usermanager/group_edit.html @@ -7,36 +7,6 @@
-
- - - - - - - - {% for user in non_members %} - - - - - - {% endfor %} - -
Username
- Profile picture for user {{ user.username }} - - {{ user.username }} - - -
-
@@ -67,6 +37,36 @@
+
+ + + + + + + + {% for user in non_members %} + + + + + + {% endfor %} + +
Username
+ Profile picture for user {{ user.username }} + + {{ user.username }} + + +
+
{% endblock content %}