From a978ea5782c49ed3f998728337ca0bd9d013d562 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Wed, 10 Jul 2019 10:56:04 +0200 Subject: [PATCH] Remove link from user data in sidenav. --- app/templates/base.html.j2 | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/app/templates/base.html.j2 b/app/templates/base.html.j2 index 9fbc8f7a..a736b9ab 100644 --- a/app/templates/base.html.j2 +++ b/app/templates/base.html.j2 @@ -41,25 +41,21 @@
  • - - - - {% if current_user.is_authenticated %} - {{ current_user.username }} - {% else %} - Unknown - {% endif %} - - - - - + + + {% if current_user.is_authenticated %} + {{ current_user.username }} + {% else %} + Unknown + {% endif %} + +
  • opacityOpaque