diff --git a/src/super_archives/templates/superarchives/emails/email_verification.txt b/src/super_archives/templates/superarchives/emails/email_verification.txt new file mode 100644 index 0000000..37d4321 --- /dev/null +++ b/src/super_archives/templates/superarchives/emails/email_verification.txt @@ -0,0 +1,6 @@ +{% load i18n %} +{% 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 %} + +{{ SITE_URL }}{% url 'archive_email_view' key %} + +{% blocktrans with username=user.username %}If you're not {{ username }} or didn't request verification you can ignore this email.{% endblocktrans %} -- libgit2 0.21.2