Skip to content

Commit

Permalink
Fix page.html menu bar
Browse files Browse the repository at this point in the history
Fixed page.html template menu bar appearence.
  • Loading branch information
paolocarinci authored Jul 27, 2024
1 parent 2ad490e commit 30da1dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nativeauthenticator/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

{% block nav_bar_left_items %}
{{ super() }}
<li><a href="{{base_url}}change-password">Change Password</a></li>
<li class="nav-item"><a class="nav-link" href="{{base_url}}change-password">Change Password</a></li>
{% if user.admin %}
<li><a href="{{base_url}}authorize">Authorize Users</a></li>
<li class="nav-item"><a class="nav-link" href="{{base_url}}authorize">Authorize Users</a></li>
{% endif %}
{% endblock %}

0 comments on commit 30da1dc

Please sign in to comment.