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

{% trans "Change Password" %}

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