{% extends "accounts/base-profile.html" %}{% load i18n l10n pages widget_tweaks %} {% block content %}

{% trans "Change Password" %}

{% csrf_token %} {% include "_includes/form-errors.html" %}
{% include "_includes/vertical-labeled-big-field.html" with field=form.old_password|attr:"autofocus" cols=6 %}
{% include "_includes/vertical-labeled-big-field.html" with field=form.new_password1 cols=6 %}
{% include "_includes/vertical-labeled-big-field.html" with field=form.new_password2 cols=6 %}
{% trans "Cancel" %}
{% endblock %}