Skip to content
Snippets Groups Projects
Commit a69fd893 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

delete impressum in navbar

parent b3450676
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment