{% extends "admin/base_initial.html" %} {% load i18n static admin_kubi_tags %} {% block bodyclass %}{{ block.super }} password-reset auth{% endblock %} {% block title %}{% translate "Password reset" %}{% endblock %} {% block initial-content %}
{% csrf_token %}

{% translate "Password reset" %}

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

{% translate 'Email address' as email_label %} {{ form.email.errors }}
{% url 'admin:index' as admin_url %} {% if admin_url %}

{% trans 'Go back to the login page.' %}

{% endif %} {% endblock %}