-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add who funds them right of reply email templates
Currently the same as the normal ones, awaiting content
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
templates/registration/whofundsthem/mp_password_email.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 [email protected] | ||
|
||
Thanks for volunteering! | ||
|
||
|
||
Julia & the mySociety team | ||
|
1 change: 1 addition & 0 deletions
1
templates/registration/whofundsthem/mp_password_email_subject.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Your GRACE login for WhoFundsThem |