{% extends 'uniauth/base-site.html' %} {% block head %} Uniauth | Waiting {% endblock %} {% block content %}
Verification email sent!

We have sent an email to {{ email }}.

Please click the link in the email to {% if is_signup %}complete registration{% else %}verify that email address{% endif %}.
{% endblock %} {% block script %} {% endblock %}