{% extends "base.html" %} {% load i18n static crispy_forms_filters %} {% block title %}{{ _("Change Password") }}{% endblock title %} {% block content %}
{% trans 'home' %} {% trans 'home' %}

{{ _("Change Password") }}

{{ _("Ensure your account is using a strong, unique password.") }}

{% csrf_token %} {{ redirect_field }} {{ form|crispy }}
{% endblock %}