From 52e3482688099967bae18cd502a254cee8b6c6c5 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Wed, 18 Dec 2024 12:42:53 +0000 Subject: [PATCH] add who funds them right of reply email templates Currently the same as the normal ones, awaiting content --- .../whofundsthem/mp_password_email.html | 21 +++++++++++++++++++ .../mp_password_email_subject.html | 1 + 2 files changed, 22 insertions(+) create mode 100644 templates/registration/whofundsthem/mp_password_email.html create mode 100644 templates/registration/whofundsthem/mp_password_email_subject.html diff --git a/templates/registration/whofundsthem/mp_password_email.html b/templates/registration/whofundsthem/mp_password_email.html new file mode 100644 index 0000000..22d8c14 --- /dev/null +++ b/templates/registration/whofundsthem/mp_password_email.html @@ -0,0 +1,21 @@ +Hi, + +You're receiving this email because you registered to volunteer for the WhoFundsThem project. + +This email allows you to log into GRACE, the online data collection system that we will use to mark MPs. + +Please go to the following page and choose a new password: +{% block reset_link %} +{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %} +{% endblock %} +Your username is {{ user.get_username }} + +That’s all for now - everything else you need to know will be explained at the training session. + +Any questions or queries, send them to whofundsthem@mysociety.org + +Thanks for volunteering! + + +Julia & the mySociety team + diff --git a/templates/registration/whofundsthem/mp_password_email_subject.html b/templates/registration/whofundsthem/mp_password_email_subject.html new file mode 100644 index 0000000..ba09253 --- /dev/null +++ b/templates/registration/whofundsthem/mp_password_email_subject.html @@ -0,0 +1 @@ +Your GRACE login for WhoFundsThem