diff --git a/pinaxcon/templates/account/email_confirmation_sent.html b/pinaxcon/templates/account/email_confirmation_sent.html new file mode 100644 index 0000000000000000000000000000000000000000..0532ea164d42e499b75cc6d89fa47d1da168a992 --- /dev/null +++ b/pinaxcon/templates/account/email_confirmation_sent.html @@ -0,0 +1,12 @@ +{% extends "site_base.html" %} + +{% load i18n %} + +{% block head_title %}{% trans "Confirm your email address" %}{% endblock %} + +{% block content %} +

{% trans "Confirm your email address" %}

+ +

{% blocktrans %}We have sent you an email to {{ email }} for verification. Follow the link provided to finalize the signup process. If you do not receive it within a few minutes, contact us at {{ THEME_CONTACT_EMAIL }}.{% endblocktrans %}

+

{% trans "Go back" %}

+{% endblock %}