Commit c568979e4fbdb878f0477e47fe10c41132960a05
1 parent
7f7f7fcd
Exists in
master
and in
39 other branches
Using username instead of email address
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/colab/deprecated/templates/base.html
@@ -51,7 +51,7 @@ | @@ -51,7 +51,7 @@ | ||
51 | </div> | 51 | </div> |
52 | {% else %} | 52 | {% else %} |
53 | <div class="col-sm-8 col-md-10 text-right"> | 53 | <div class="col-sm-8 col-md-10 text-right"> |
54 | - {% trans "authenticated as" %} <b>{{ user.email }}</b> | 54 | + {% trans "authenticated as" %} <b>{{ user.username }}</b> |
55 | </div> | 55 | </div> |
56 | <div class="col-sm-2 col-md-1 text-center"> | 56 | <div class="col-sm-2 col-md-1 text-center"> |
57 | <a href="{% url 'user_profile' user.username %}"> | 57 | <a href="{% url 'user_profile' user.username %}"> |