Commit 9574a0fe10d2960ea0b94fab488696eb537bce40
1 parent
951728ed
Exists in
master
and in
39 other branches
Adding email_verification template
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
src/super_archives/templates/superarchives/emails/email_verification.txt
0 → 100644
| ... | ... | @@ -0,0 +1,6 @@ |
| 1 | +{% load i18n %} | |
| 2 | +{% blocktrans with fullname=user.get_full_name|title username=user.username|lower %}Hey, we want to verify that you are indeed "{{ fullname }} ({{ username }})". If that's the case, please follow the link below:{% endblocktrans %} | |
| 3 | + | |
| 4 | +{{ SITE_URL }}{% url 'archive_email_view' key %} | |
| 5 | + | |
| 6 | +{% blocktrans with username=user.username %}If you're not {{ username }} or didn't request verification you can ignore this email.{% endblocktrans %} | ... | ... |