verification_sent.html 437 B

123456789101112
  1. {% extends "account/base.html" %}
  2. {% load i18n %}
  3. {% block head_title %}{% trans "Verify Your E-mail Address" %}{% endblock %}
  4. {% block content %}
  5. <h1>{% trans "Verify Your E-mail Address" %}</h1>
  6. <p>{% 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 %}</p>
  7. {% endblock %}