{% extends "base.html" %} {% block stylesheets %} {% endblock %} {% block content %}

Confirm

{% for info in infos %} {% endfor %} {% for error in errors %} {% endfor %} {% if user %}

We've sent a confirmation email to {{ user.email }}


Please click the link in that email to confirm your account.

{% endif %}
{% if name %}

Need to resend the confirmation email?

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}