{% extends "sb_admin/authentification/login_base.html" %} {% load i18n static sb_admin_tags %} {% block content %} {% if form.errors and not form.non_field_errors %} {% endif %} {% if form.non_field_errors %} {% endif %}

{% trans 'Password reset' %}

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

{% csrf_token %} {% csrf_token %}
{% sb_admin_render_form_field form.email label_as_placeholder=True %} {{ form.email.errors }}
{% endblock %}