Skip to content

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas committed Aug 9, 2023
1 parent f422b09 commit 68a8569
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BookingSystem/templates/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<li><a href="{{ url_for('app.index') }}">Utstyrbase</a></li>
<ul>
<li><a href="{{ url_for('app.privacy') }}">Personvern</a></li>
<li>
{% if session.user %}
{% if session.user %}
<li>
<a href="{{ url_for('app.logout') }}">
Logg ut
</a>
{% endif %}
</li>
</li>
{% endif %}
<li>
<a id="theme-switcher" onclick="switchTheme()" data-toggle="tooltip" data-placement="bottom"
title="Bytt tema">
Expand Down

0 comments on commit 68a8569

Please sign in to comment.