diff --git a/README.md b/README.md index 05eab09..094cf79 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ - [ ] Allow sign-outs only >2h before event # Notes / Bugfixes -- [ ] User loggedin status not present on user admin interface (header/footer not rendering) [ph] -- [ ] Mobile Breakpoint: Add user broken user admin interface [mb] # Frontend Process ´cd frontend´ diff --git a/templates/admin/user/index.html.tera b/templates/admin/user/index.html.tera index 95f1d4b..28dc738 100644 --- a/templates/admin/user/index.html.tera +++ b/templates/admin/user/index.html.tera @@ -6,7 +6,7 @@

Users

-
+

Neuen User hinzufügen

@@ -19,8 +19,8 @@
-
- +
+
@@ -37,9 +37,9 @@
{{ user.name }}
- - - + {{ macros::checkbox(label='Gast', name='is_guest' ~ loop.index , checked=user.is_guest) }} + {{ macros::checkbox(label='Steuerberechtigter', name='is_cox' ~ loop.index , checked=user.is_cox) }} + {{ macros::checkbox(label='Admin', name='is_admin' ~ loop.index , checked=user.is_admin) }}
{% if user.pw %} Passwort zurücksetzen diff --git a/templates/includes/footer.html.tera b/templates/includes/footer.html.tera index 72777a9..6282281 100644 --- a/templates/includes/footer.html.tera +++ b/templates/includes/footer.html.tera @@ -1,5 +1,5 @@