{% extends 'authentication/base.html' %} {% block title %}QuickSched: Change Password{% endblock %} {% load static %} {% block content %}

Thanks for choosing QuickSched!

Let's get you started! Please change your password!

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