{% extends "registration/registration_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Confirm password reset" %}{% endblock %} {% block registration_content %}

{% trans "Enter your new password below to reset your password:" %}

{% csrf_token %} {% bootstrap_form form %} {% buttons submit='Set Password' reset='Cancel' layout='horizontal' %}{% endbuttons %}
{% endblock %} {# This is used by django.contrib.auth #}