From ebbfc5a828865ca89f3a71986062b766355833fd Mon Sep 17 00:00:00 2001 From: Marie Birner Date: Thu, 6 Apr 2023 19:12:36 +0200 Subject: [PATCH] [BUGFIX] link back to list view from admin interface --- templates/admin/user/index.html.tera | 2 ++ templates/includes/macros.html.tera | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/admin/user/index.html.tera b/templates/admin/user/index.html.tera index 28dc738..b184930 100644 --- a/templates/admin/user/index.html.tera +++ b/templates/admin/user/index.html.tera @@ -24,10 +24,12 @@ +
+
diff --git a/templates/includes/macros.html.tera b/templates/includes/macros.html.tera index ce9fc85..74af6ec 100644 --- a/templates/includes/macros.html.tera +++ b/templates/includes/macros.html.tera @@ -2,7 +2,9 @@
- Hallo {{ loggedin_user.name }} + + Hallo {{ loggedin_user.name }} +