{% extends '_base.html' %} {% load crispy_forms_tags %} {% block title %}Confirm Registration{% endblock %} {% block main %}
Confirm Registration
{% if confirmation %}

Please confirm your registration.

{% csrf_token %}
{% else %}

This confirmation link has expired or is invalid. Please try logging in again. You will be sent a new confirmation link.

{% endif %}
{% endblock %}