{% extends "layouts/base.html" %} {% load static %} {% load i18n %} {% block content %} {% include 'header.html' with breadcrumbs=breadcrumbs %} {% translate "Reset password" %} {% translate 'Use the form below to reset your password.' %} {% csrf_token %} {% translate "Reset password" as fieldset_legend %} {% include "partials/form/fieldset.html" with legend=fieldset_legend fieldset="email" fields=form %} {% translate "Back" %} {% translate "Send" %} {% endblock %}
{% translate 'Use the form below to reset your password.' %}
{% translate "Back" %} {% translate "Send" %}