Commit 24dab816fa93f92ce79295b925b69642b05ecca0
1 parent
77de0659
Exists in
master
and in
39 other branches
Using username again instead of email (again)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/colab/deprecated/templates/base.html
... | ... | @@ -79,7 +79,7 @@ |
79 | 79 | {% browserid_login text='Login' next=request.path %} |
80 | 80 | {% else %} |
81 | 81 | <span class="colborder"> |
82 | - {% trans "authenticated as" %} <b>{{ user.email }}</b> | |
82 | + {% trans "authenticated as" %} <b>{{ user.username }}</b> | |
83 | 83 | </span> |
84 | 84 | <span class="colborder"> |
85 | 85 | <a href="{% url 'user_profile' user.username %}"> | ... | ... |