Skip to content

Commit

Permalink
Display email instead of username
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikhorluck committed Feb 2, 2024
1 parent b859e95 commit b3310d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<li>
<a href="#login_menu" class="dropdown-toggle dropdown-signin login glyphicon glyphicon-user" data-toggle="dropdown"></a>
<span class="username_menu hidden-xs hidden-sm hidden-md">
{{ user.username }}
{{ user.email }}
</span>

<ul class="dropdown-menu login-box" role="menu">
Expand Down

0 comments on commit b3310d9

Please sign in to comment.