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
  • #} 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=