Navbar works properly again

This commit is contained in:
2021-09-13 16:14:09 +01:00
parent 6458f016f0
commit 796f5b44b0
5 changed files with 23 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
<li class="nav-item dropdown" id="user">
<li class="nav-item dropdown align-self-end" id="user">
{% if user.is_authenticated %}
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Hi {{ user.first_name }}