From a69fd893713ab857dc780c71d7544a8dff2f431c Mon Sep 17 00:00:00 2001 From: Christian Boettcher <c.boettcher@fz-juelich.de> Date: Mon, 8 Nov 2021 11:06:58 +0100 Subject: [PATCH] delete impressum in navbar --- frontend/templates/base.html.jinja | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/templates/base.html.jinja b/frontend/templates/base.html.jinja index a059074..75cbda5 100644 --- a/frontend/templates/base.html.jinja +++ b/frontend/templates/base.html.jinja @@ -32,7 +32,6 @@ <ul class="navbar-nav mr-auto"> <li class="nav-item {% if home is true %}active{% endif %}"><a class="nav-link" href="./index.html">Home</a></li> <li class="nav-item {% if storage is true %}active{% endif %}"><a class="nav-link" href="./storage.html?type=dataset">Storage</a></li> - <li class="nav-item {% if impressum is true %}active{% endif %}"><a class="nav-link" href="./impressum.html">Impressum</a></li> <li class="nav-item {% if login is true %}active{% endif %}"><a class="nav-link" href="./login.html" id="loginOutText">Log In</a></li> <!--If token is found in local storage, replace with logged in username and log-out option (i.e. delete local token)--> </ul> </div> -- GitLab