diff --git a/app/dashboard/templates/dashboard/custom_alias.html b/app/dashboard/templates/dashboard/custom_alias.html index 37e5b4d0..1767da02 100644 --- a/app/dashboard/templates/dashboard/custom_alias.html +++ b/app/dashboard/templates/dashboard/custom_alias.html @@ -8,7 +8,7 @@ {% block default_content %} -
+

New Email Alias

{% if user_custom_domains|length == 0 and not DISABLE_ALIAS_SUFFIX %} diff --git a/app/dashboard/templates/dashboard/mailbox_detail.html b/app/dashboard/templates/dashboard/mailbox_detail.html index 7af28de2..9782d5a0 100644 --- a/app/dashboard/templates/dashboard/mailbox_detail.html +++ b/app/dashboard/templates/dashboard/mailbox_detail.html @@ -8,103 +8,104 @@ {% block default_content %} -
-

{{ mailbox.email }} - {% if mailbox.verified %} - - {% else %} - +
+
+

{{ mailbox.email }} + {% if mailbox.verified %} + + {% else %} + 🚫 + {% endif %} + {% if mailbox.pgp_finger_print %} + 🗝 + {% endif %} +

+ + {% if not mailbox.verified %} +
+ Mailbox not verified, please check your inbox/spam folder for the verification email. +
+ To receive the verification email again, you can delete and re-add the mailbox. +
{% endif %} - {% if mailbox.pgp_finger_print %} - 🗝 - {% endif %} -

- {% if not mailbox.verified %} -
- Mailbox not verified, please check your inbox/spam folder for the verification email. -
- To receive the verification email again, you can delete and re-add the mailbox. -
- {% endif %} + +
+
+ + {{ change_email_form.csrf_token }} - -
- - - {{ change_email_form.csrf_token }} +
+
+ Change Mailbox Address +
+
+ -
-
- Change Mailbox Address + + {{ change_email_form.email(class="form-control", value=mailbox.email, readonly=pending_email != None) }} + {{ render_field_errors(change_email_form.email) }} + + {% if pending_email %} +
+ Pending change: {{ pending_email }} + + Cancel mailbox change + +
+ {% endif %} +
+
-
- + +
+ - - {{ change_email_form.email(class="form-control", value=mailbox.email, readonly=pending_email != None) }} - {{ render_field_errors(change_email_form.email) }} - {% if pending_email %} -
- Pending change: {{ pending_email }} - - Cancel mailbox change - +
+
+ + +
+
+ Pretty Good Privacy (PGP) +
+ By importing your PGP Public Key into SimpleLogin, all emails sent to {{ mailbox.email }} are + encrypted with your key. +
+
+ + {% if not current_user.is_premium() %} + {% endif %} -
- -
- -
- +
+ -
-
- - -
-
- Pretty Good Privacy (PGP) -
- By importing your PGP Public Key into SimpleLogin, all emails sent to {{ mailbox.email }} are - encrypted with your key. +
-
- {% if not current_user.is_premium() %} - - {% endif %} - -
- - - + value="save">Save + + {% if mailbox.pgp_finger_print %} + + {% endif %} +
+ - - {% if mailbox.pgp_finger_print %} - - {% endif %} - -
- - +
-
{% endblock %} diff --git a/app/dashboard/templates/dashboard/setting.html b/app/dashboard/templates/dashboard/setting.html index 57e490ef..8d9dc5a6 100644 --- a/app/dashboard/templates/dashboard/setting.html +++ b/app/dashboard/templates/dashboard/setting.html @@ -46,7 +46,7 @@
{% endif %}
- +
@@ -79,7 +79,7 @@ {% endif %}
- +