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 %}