From 008938b46bdce291e88207a2e48e3d5ccb4a3b16 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Thu, 16 Nov 2023 15:57:27 +0100 Subject: [PATCH 1/2] Avatar in top right corner --- app/templates/_base/navbar.html.j2 | 10 ++++++---- app/templates/_base/sidenav.html.j2 | 19 ++----------------- 2 files changed, 8 insertions(+), 21 deletions(-) diff --git a/app/templates/_base/navbar.html.j2 b/app/templates/_base/navbar.html.j2 index 61adaee5..282bc9e0 100644 --- a/app/templates/_base/navbar.html.j2 +++ b/app/templates/_base/navbar.html.j2 @@ -10,7 +10,12 @@ diff --git a/app/templates/_base/sidenav.html.j2 b/app/templates/_base/sidenav.html.j2 index 4fb73ca3..ef6850cf 100644 --- a/app/templates/_base/sidenav.html.j2 +++ b/app/templates/_base/sidenav.html.j2 @@ -2,21 +2,6 @@
  • - - {% if current_user.username|length > 32 %} - {{ current_user.username[:29] + '...' }} - {% else %} - {{ current_user.username }} - {% endif %} - - -
  • {#
  • @@ -24,8 +9,8 @@
  • #} - {#
  • nopaque
  • #} -
  • +
  • homenopaque
  • +
  • emailNews
  • {#
  • helpManual
  • #} From 9bfc96ad41246c1e0a670f9c44e37244a22d73e7 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Thu, 16 Nov 2023 17:22:07 +0100 Subject: [PATCH 2/2] minor codestyle fix --- db.env.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/db.env.tpl b/db.env.tpl index 9262172c..6e5f2765 100644 --- a/db.env.tpl +++ b/db.env.tpl @@ -4,7 +4,6 @@ # More information about the environment variables can be found here: # # https://hub.docker.com/_/postgres # ############################################################################## - POSTGRES_DB= POSTGRES_USER=