aboutsummaryrefslogtreecommitdiff
path: root/users/templates/verification_email.html
diff options
context:
space:
mode:
Diffstat (limited to 'users/templates/verification_email.html')
-rw-r--r--users/templates/verification_email.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/templates/verification_email.html b/users/templates/verification_email.html
new file mode 100644
index 00000000..9a96e31b
--- /dev/null
+++ b/users/templates/verification_email.html
@@ -0,0 +1,10 @@
+{% autoescape off %}
+Hi {{ user }},
+
+Thanks for registering an account on {{ site_name }}. To verify your email address, please click the link below.</p>
+{{ protocol }}{{ domain }}{% url 'users:verifyemail' uidb64=uid token=token %}
+
+Thanks,
+{{ site_name }} Team
+{% endautoescape %}
+