diff --git a/app/templates/base.html.j2 b/app/templates/base.html.j2 index 469eb819..2f8faed0 100644 --- a/app/templates/base.html.j2 +++ b/app/templates/base.html.j2 @@ -58,10 +58,18 @@ -
  • opacityOpaque
  • +
  • opacityPortal
  • +
  • infoAbout
  • + {% if current_user.is_authenticated %} +
  • +
  • Account
  • +
  • dashboardDashboard
  • settingsSettings
  • + {% endif %} {% if current_user.is_administrator() %} -
  • buildAdministration
  • +
  • +
  • Administration
  • +
  • buildAdministration tools
  • {% endif %}