github.com/blystad/deis@v0.11.0/controller/web/templates/account/verification_sent.html (about)

     1  {% extends "account/base.html" %}
     2  
     3  {% load i18n %}
     4  
     5  {% block head_title %}{% trans "Verify Your E-mail Address" %}{% endblock %}
     6  
     7  {% block content %}
     8      <h1>{% trans "Verify Your E-mail Address" %}</h1>
     9      
    10      <p>{% blocktrans %}We have sent an e-mail to <a href="mailto:{{email}}">{{ email }}</a> 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>
    11  
    12  {% endblock %}