{% extends "base_bootstrap.html" %} {% block title %}Change password{% endblock %} {% block content %}
{% if form.errors %}

Sorry, that's not a valid password

{% endif %}

Change your password!

{% if password_unuseable_fl %}

You need to reset your password before you can use the site.

{% endif %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}