{% extends "base.html" %} {% load i18n %}{% load django_bootstrap5 %} {% block title %}{% trans "Password reset" %}{% endblock %} {% block content %}

{% trans "Password reset" %}


{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}


{% csrf_token %} {% bootstrap_form form layout='horizontal' horizontal_label_class='col-sm-3 col-lg-3' horizontal_field_class='col-sm-9 col-lg-9' %}
{% endblock %}