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

Confirm

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

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


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

Need to resend the confirmation email?

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