From 6bbfc589afee9bea751d8efa7dc0d2ed217f77fa Mon Sep 17 00:00:00 2001
From: Patrick Jentsch
Date: Fri, 12 Jul 2019 17:21:04 +0200
Subject: [PATCH] Add new navigation entries.
---
app/templates/base.html.j2 | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
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 %}
+
+
+ dashboardDashboard
settingsSettings
+ {% endif %}
{% if current_user.is_administrator() %}
- buildAdministration
+
+
+ buildAdministration tools
{% endif %}