diff --git a/templates/groups.html b/templates/groups.html new file mode 100644 index 0000000..6cbc4bd --- /dev/null +++ b/templates/groups.html @@ -0,0 +1,34 @@ +{% extends "base.html" %} +{% block body %} +
+
+
 
+
+
+
+ + Change groups of user {{ username }} +
+
+ {% for group, active in groups.items() %} + +
+ +
+ {% endfor %} +
+
+
+
+ +
+ +
+
+
+
+
+
+
+
+{% endblock %} \ No newline at end of file