{% extends "base_bootstrap.html" %} {% block title %}Password changed!{% endblock %} {% block content %}
{% if form.errors %}

Sorry, that's not a valid password

{% endif %}

Password changed successfully.

{% endblock %}