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

{%trans "Request New Email for Verification"%}


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