{% extends "index.html" %} {% load i18n static %} {% block content%}

{% trans "Reset Your Password" %}

{% csrf_token %} {% if form.email.errors %}

{% endif %}

{% endblock content %}