{% extends "base.html" %} {% block title %}Change password{% endblock %} {% block content %}

Change password

{% if forced %}

You must set a new password before continuing.

{% endif %}

{% if not forced %} Cancel {% endif %}

{% endblock %}