{% extends "account/base.html" %} {% load i18n bootstrap3 %} {% block page_title %}{{ SITE_DESC }} – {% trans "Change Password" %}{% endblock %} {% block content %}

{% trans "Change Password" %}

{% csrf_token %} {% bootstrap_form form show_label=False %}
{% endblock %}