{% extends "base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block breadcrumbs %}
  • {% trans "Your profile" %}
  • {% endblock %} {% block content %}
    {% csrf_token %}

    {% trans "Change password" %}

    {% trans "Please enter your new password twice so we can verify you typed it in correctly." %}

    {{ change_form|crispy }} {{ form|crispy }}
    {% endblock %}