diff --git a/src/profiles/templates/account/email.html b/src/profiles/templates/account/email.html index 743d9c4d..a5817f61 100644 --- a/src/profiles/templates/account/email.html +++ b/src/profiles/templates/account/email.html @@ -1,76 +1,107 @@ {% extends 'profile_base.html' %} -{% load i18n %} {% load bootstrap3 %} -{% block head_title %}{% trans "Account" %}{% endblock %} +{% block head_title %}Account{% endblock %} {% block profile_content %} -
-
+
+
-

{% trans "E-mail Addresses" %}

-{% if user.emailaddress_set.all %} -

{% trans 'The following e-mail addresses are associated with your account:' %}

+
+
+

E-mail Addresses

+
+
- + + {% else %} +

+ Warning: You currently do not have any e-mail address set up. You should really add an e-mail address so you can receive notifications, reset your password, etc. +

+ {% endif %} +
+
-{% else %} -

{% trans 'Warning:'%} {% trans "You currently do not have any e-mail address set up. You should really add an e-mail address so you can receive notifications, reset your password, etc." %}

+
+
+

Add E-mail Address

+
+
+
+ {% csrf_token %} + {% bootstrap_form form %} + +
+
+
-{% endif %} - - -

{% trans "Add E-mail Address" %}

- -
- {% csrf_token %} - {% bootstrap_form form %} - -
+