{% extends 'auth_base.html' %} {% block title %}Confirm Email{% endblock %} {% block content %}

Confirm Your Email

Click the button below to verify your email address

{% if confirmation %}
{% csrf_token %}
{% else %}
Invalid or expired confirmation link.
{% endif %} {% endblock %}