refactor with blueprints

This commit is contained in:
2021-01-30 06:36:25 -08:00
parent c2ccb01aab
commit 29afdd025c
41 changed files with 696 additions and 607 deletions

View File

@ -0,0 +1,11 @@
<p>Dear {{ contributor.name }},</p>
<p>To reset your password
<a href="{{ external_url + '/reset-password/' + token }}">click here</a>.
</p>
<p>Alternatively, you can paste the following link in your browser's address bar:</p>
<p>{{ external_url + '/reset-password/' + token }}</p>
<p>If you have not requested a password reset simply ignore this message.</p>
<p>Sincerely,</p>
<p>photo_app</p>

View File

@ -0,0 +1,13 @@
Dear {{ contributor.name }},
To reset your password click on the following link:
{{ external_url + '/reset-password/' + token }}
If you have not requested a password reset simply ignore this message.
Sincerely,
photo_app