{% extends "core/base.html" %} {% load i18n %} {% block title %}{% trans "Reset Password" %}{% endblock title %} {% block body %}
{% csrf_token %}
{% trans "Enter your email address to begin the reset process" %}
{% endblock body %}