Skip to content

Commit

Permalink
Merge pull request #270 from paolocarinci/patch-1
Browse files Browse the repository at this point in the history
Fix page.html menu bar
  • Loading branch information
manics authored Aug 7, 2024
2 parents 2ad490e + 30da1dc commit e661c40
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 e661c40

Please sign in to comment.