From ace7c4ab80e7bd7ac2acdebede6437c56636e7b1 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Fri, 31 Mar 2023 23:29:48 +0200 Subject: add a link to the profile to the user menu --- fietsboek/templates/layout.jinja2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fietsboek/templates/layout.jinja2 b/fietsboek/templates/layout.jinja2 index 19fb700..b6fcea0 100644 --- a/fietsboek/templates/layout.jinja2 +++ b/fietsboek/templates/layout.jinja2 @@ -75,7 +75,10 @@ const Legende = false; {{ _("page.navbar.logout") }}
  • - {{ _("page.navbar.profile") }} + {{ _("page.navbar.profile") }} +
  • +
  • + {{ _("page.navbar.user_data") }}
  • {% if request.identity.is_admin %}
  • -- cgit v1.2.3