{% extends "core/base.html" %} {% comment %} This template is deprecated. Account pages are now part of the back-office. {% endcomment %} {% load i18n %} {% load materializecss %} {% 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 %}

{{ form|materializecss }}
{% endblock body %}