Removes username snippet
This commit is contained in:
parent
a63471c56f
commit
0bd27928e4
15 changed files with 58 additions and 37 deletions
|
@ -79,7 +79,7 @@
|
|||
aria-controls="navbar-dropdown"
|
||||
>
|
||||
{% include 'snippets/avatar.html' with user=request.user %}
|
||||
<span class="ml-2">{% include 'snippets/username.html' with user=request.user anchor=false %}</span>
|
||||
<span class="ml-2">{{ user.display_name }}</span>
|
||||
</a>
|
||||
<ul class="navbar-dropdown" id="navbar-dropdown">
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue