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

{% translate "Change password" %}

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

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