From 9d76a3c52b8310726ec09e0262813f0438c21df6 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 19 Jan 2020 15:57:06 +0000 Subject: init commit - from cookiecutter --- ctrack/templates/account/verification_sent.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ctrack/templates/account/verification_sent.html (limited to 'ctrack/templates/account/verification_sent.html') diff --git a/ctrack/templates/account/verification_sent.html b/ctrack/templates/account/verification_sent.html new file mode 100644 index 0000000..ad093fd --- /dev/null +++ b/ctrack/templates/account/verification_sent.html @@ -0,0 +1,13 @@ +{% extends "account/base.html" %} + +{% load i18n %} + +{% block head_title %}{% trans "Verify Your E-mail Address" %}{% endblock %} + +{% block inner %} +

{% trans "Verify Your E-mail Address" %}

+ +

{% blocktrans %}We have sent an e-mail to you for verification. Follow the link provided to finalize the signup process. Please contact us if you do not receive it within a few minutes.{% endblocktrans %}

+ +{% endblock %} + -- cgit v1.2.3