Skip to content

Commit

Permalink
nav: fix placement of login/user menu
Browse files Browse the repository at this point in the history
This has changed with bootstrap 5
  • Loading branch information
terceiro committed Jan 9, 2024
1 parent f91618c commit bfb0999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wafer/templates/wafer/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</ul>
{% endblock navmenulist %}
{% block navauthmenu %}
<ul class="navbar-nav float-md-end">
<ul class="navbar-nav ms-auto">
{% if user.is_authenticated %}
{% block navauthenticated %}
<li class="nav-item dropdown">
Expand Down

0 comments on commit bfb0999

Please sign in to comment.