From 9574a0fe10d2960ea0b94fab488696eb537bce40 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Wed, 9 Oct 2013 12:55:30 -0300 Subject: [PATCH] Adding email_verification template --- src/super_archives/templates/superarchives/emails/email_verification.txt | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) create mode 100644 src/super_archives/templates/superarchives/emails/email_verification.txt 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