From 1e30c7e5543e8c5b0647904e9366d281c73af3f0 Mon Sep 17 00:00:00 2001 From: Jonny Date: Sun, 4 Oct 2020 17:46:17 +0100 Subject: [PATCH] first emails --- .../password_reset_message original.html | 18 + .../mails/password_reset_message.html | 710 +++++++++++++++++- .../mails/verify_email_message original.html | 10 + .../templates/mails/verify_email_message.html | 700 ++++++++++++++++- 4 files changed, 1412 insertions(+), 26 deletions(-) create mode 100644 user/templates/mails/password_reset_message original.html create mode 100644 user/templates/mails/verify_email_message original.html 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 %} + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + +
+ + View this email in your browser +
+ + + +
+ + + + + +
+ + + + +
+ + + + + +
+
+ + + + + +
+ + + + + + + + +
+ +

Some simple steps...

+
+If you did not request to reset your password, just ignore this email.
+
+To reset your password, either click the following link: + {% include 'mails/include/email_button.html' with url=reset_url text='Reset password' %}
+or copy and paste the url into your browser.
+
+To keep up to date with our event, please check out our Facebook. The best way to support us is to share our posts and help spread the word! +
+ + + +
+ + + + + +
+ + + + +
+ +
+ +
+ + +
+
+ + diff --git a/user/templates/mails/verify_email_message original.html b/user/templates/mails/verify_email_message original.html new file mode 100644 index 000000000..4d320674c --- /dev/null +++ b/user/templates/mails/verify_email_message original.html @@ -0,0 +1,10 @@ +{% 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 %} + + {% 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 %} + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + +
+ + View this email in your browser +
+ + + +
+ + + + + +
+ + + + +
+ + + + + +
+
+ + + + + +
+ + + + + + + + +
+ +

We are happy to have you with us!

+
+Hey {{ user.get_full_name }},
+
+This email was recently used to apply for Oxford Hack 2020 but first we need to make sure this was you!
+
+So you have 5 days to verify your email at:
{% include 'mails/include/email_button.html' with text='Verify' url=activate_url %}
+
+If this wasn't you, we are so sorry for bothering you, just ignore this email and you won't hear from us again!
+
+To keep up to date with our event, please check out our Facebook. The best way to support us is to share our posts and help spread the word! +
+ + + +
+ + + + + +
+ + + + +
+ +
+ +
+ + +
+
+ +