{% extends "core/base.html" %} {% comment %} This template is deprecated. Account pages are now part of the back-office. {% endcomment %} {% load i18n bootstrap4 %} {% block title %}{% trans "Reset Password" %}{% endblock title %} {% block body %}
{% include "elements/forms/errors.html" with form=form %}
{% csrf_token %}
{% trans "Enter your email address to begin the reset process" %} {% bootstrap_form form %}
{% endblock body %}