{% extends "site_base.html" %} {% load url from future %} {% load i18n %} {% load bootstrap_tags %} {% load account_tags %} {% block head_title %}{% trans "Password change" %}{% endblock %} {% user_display request.user as user_display %} {% block body_outer %}

{% trans "Change your password here" %}

{% csrf_token %} {{ form|as_bootstrap }}
{% endblock %}