diff options
Diffstat (limited to 'templates/registration/registration_activate.html')
-rw-r--r-- | templates/registration/registration_activate.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/registration/registration_activate.html b/templates/registration/registration_activate.html new file mode 100644 index 0000000..cbd540e --- /dev/null +++ b/templates/registration/registration_activate.html @@ -0,0 +1,6 @@ +{% extends “base.html” %}
+{% block body %}
+Hello {{ account }}!
+
+Check your email to confirm the activation. There are {{ expiration_days }} days left to do it.
+{% endblock %}
\ No newline at end of file |