diff --git a/user/templates/mails/password_reset_message original.html b/user/templates/mails/password_reset_message original.html new file mode 100644 index 000000000..94d9352a2 --- /dev/null +++ b/user/templates/mails/password_reset_message original.html @@ -0,0 +1,18 @@ +{% extends 'base_email.html' %} +{% block preheader %}Password reset{% endblock %} +{% block content %} +
+ To initiate the password reset process for your {{ user.get_full_name }} {{ h_name }} Account, + click below: +
+ + {% include 'mails/include/email_button.html' with url=reset_url text='Reset password' %} ++ If clicking the link above doesn't work, please copy and paste the URL in a new browser + window instead. +
+{{ reset_url|urlize }}
+ + {% include 'mails/include/closing.html' %} + +{% endblock %} diff --git a/user/templates/mails/password_reset_message.html b/user/templates/mails/password_reset_message.html index 94d9352a2..1807ece72 100644 --- a/user/templates/mails/password_reset_message.html +++ b/user/templates/mails/password_reset_message.html @@ -1,18 +1,692 @@ -{% extends 'base_email.html' %} -{% block preheader %}Password reset{% endblock %} -{% block content %} -- To initiate the password reset process for your {{ user.get_full_name }} {{ h_name }} Account, - click below: -
- - {% include 'mails/include/email_button.html' with url=reset_url text='Reset password' %} -- If clicking the link above doesn't work, please copy and paste the URL in a new browser - window instead. -
-{{ reset_url|urlize }}
- - {% include 'mails/include/closing.html' %} - -{% endblock %} + + + + + + + + + +
+
+
+
|
+
Hey {{ user.get_full_name }},
+You have 5 days to verify your email address for your account at {{ h_name }}
+ {% include 'mails/include/email_button.html' with text='Verify' url=activate_url %} + + {% include 'mails/include/closing.html' %} +{% endblock %} diff --git a/user/templates/mails/verify_email_message.html b/user/templates/mails/verify_email_message.html index 4d320674c..284199652 100644 --- a/user/templates/mails/verify_email_message.html +++ b/user/templates/mails/verify_email_message.html @@ -1,10 +1,694 @@ -{% extends 'base_email.html' %} -{% block preheader %}Verify your email address{% endblock %} -{% block content %} -Hey {{ user.get_full_name }},
-You have 5 days to verify your email address for your account at {{ h_name }}
- {% include 'mails/include/email_button.html' with text='Verify' url=activate_url %} + + + + + + + + +
+
+
+
|
+