Email template for email confirmation

This commit is contained in:
Oliver Falk
2018-05-08 13:53:41 +02:00
parent 6a31ae7223
commit 8b244f4a82

View File

@@ -0,0 +1,12 @@
{% load i18n %}{% blocktrans %}Someone, probably you, requested that this email address be added to their
{{ site_name }} account.
If that's what you want, please confirm that you are the owner of this
email address by clicking the following link:
{{ verification_link }}
Otherwise, please accept our apologies and ignore this message.
- The {{ site_name }} accounts team
{% endblocktrans %}