{% extends 'core/page.html' %} {% load i18n %} {% block page %}

{% trans "Change password" %}

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

{% csrf_token %} {% include 'core/bootstrap_form_fields.html' %}
{% endblock %}