{% extends ac_app_name|add:'/auth/base.html' %} {% block content %}

{{_('reset_password')}}

{% csrf_token %}
{% if form.email.errors %} {{form.email.errors}} {% endif %}
{% if form.email.errors %} {{form.email.help_text}} {% endif %}
{% endblock %}