{% extends "base.html" %} {% load crispy_forms_tags %} {% load url %} {% block title %}Request Verification - {{ block.super }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Confirm Email

Please enter your confirmation token below and click save to verify your email address.

{% crispy form %} {% endblock %}