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

Change Password

{% if error %}

{{ error }}

{% endif %}

Logged in as {{ username }}.

{% if csrftoken and csrf_cookie_name %} {% endif %}

If successful, you will be redirected to the login page to confirm your new credentials.

{% endblock %}