{% extends "email_index.html" %} {%block content%}

Request New Email for Verification


{% csrf_token %}
{{form}}
Usually this template needs to be changed by your own app's template
{% endblock %}