diff --git a/src/profiles/templates/account/email.html b/src/profiles/templates/account/email.html index fe7e92ba..ab5c1b26 100644 --- a/src/profiles/templates/account/email.html +++ b/src/profiles/templates/account/email.html @@ -34,11 +34,11 @@ {{ emailaddress.email }} {% if emailaddress.verified %} - {% trans "Verified" %} + {% trans "Verified" %} {% else %} - {% trans "Unverified" %} + {% trans "Unverified" %} {% endif %} - {% if emailaddress.primary %}{% trans "Primary" %}{% endif %} + {% if emailaddress.primary %}{% trans "Primary" %}{% endif %} {% endfor %} diff --git a/src/profiles/templates/profiles/profile_base.html b/src/profiles/templates/profiles/profile_base.html index afceddc0..f45974e3 100644 --- a/src/profiles/templates/profiles/profile_base.html +++ b/src/profiles/templates/profiles/profile_base.html @@ -6,6 +6,7 @@ {% block content %}
+

Logged in as {{ request.user.email }}

Change password