{% extends "registration/registration_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Change password" %}{% endblock %} {% block registration_content %}
{% csrf_token %} {% bootstrap_form form %} {% buttons submit='Change Password' reset='Cancel' layout='horizontal' %}{% endbuttons %}
{% endblock %} {# This is used by django.contrib.auth #}