{% extends "registration/registration_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Change password" %}{% endblock %} {% block registration_content %} <form role="form" method="post"> {% csrf_token %} {% bootstrap_form form %} <input type="hidden" name="next" value="{{ next }}" /> {% buttons submit='Change Password' reset='Cancel' layout='horizontal' %}{% endbuttons %} </form> {% endblock %} {# This is used by django.contrib.auth #}