Commit c568979e4fbdb878f0477e47fe10c41132960a05

Authored by Sergio Oliveira
1 parent 7f7f7fcd

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 51 </div>
52 52 {% else %}
53 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 55 </div>
56 56 <div class="col-sm-2 col-md-1 text-center">
57 57 <a href="{% url 'user_profile' user.username %}">
... ...