{% extends 'base.html' %} {% load i18n %} {% block content %}

{% translate "Password Reset" %}

{% translate "Please enter the email address you used to register with us and we will send you a link to reset your password." %}

{% csrf_token %} {{form}}

{% endblock%}