Skip to content

Commit

Permalink
Merge pull request #699 from terceiro/user-menu-align
Browse files Browse the repository at this point in the history
nav: fix placement of login/user menu
  • Loading branch information
stefanor authored Jan 9, 2024
2 parents cfe442f + bfb0999 commit b78a43a
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 b78a43a

Please sign in to comment.