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,7 +79,7 @@ | ||
79 | {% browserid_login text='Login' next=request.path %} | 79 | {% browserid_login text='Login' next=request.path %} |
80 | {% else %} | 80 | {% else %} |
81 | <span class="colborder"> | 81 | <span class="colborder"> |
82 | - {% trans "authenticated as" %} <b>{{ user.email }}</b> | 82 | + {% trans "authenticated as" %} <b>{{ user.username }}</b> |
83 | </span> | 83 | </span> |
84 | <span class="colborder"> | 84 | <span class="colborder"> |
85 | <a href="{% url 'user_profile' user.username %}"> | 85 | <a href="{% url 'user_profile' user.username %}"> |