{% extends 'base.html' %} {% block title %}Set New Password | BUSA{% endblock %} {% block content %}

Create a New Password

Enter your new password twice so we can confirm you typed it correctly.

{% csrf_token %}
{{ form.new_password1 }}
{{ form.new_password2 }}
{% endblock %}