{% extends "core/base.html" %} {% comment %} This template is deprecated. Account pages are now part of the back-office. {% endcomment %} {% load i18n %} {% load bootstrap4 %} {% block title %}{% trans "Reset Password" %}{% endblock title %} {% block body %}
{% csrf_token %}
{% trans "Enter your new password twice to complete the reset process" %}:

{% trans "Password Rules" %}:

    {% include "common/elements/password_rules.html" %}

{% blocktrans trimmed %} For more information read our password guide. {% endblocktrans %}

{% bootstrap_form form %}
{% endblock body %}