{% extends "base.html" %} {% block content %}

{% block title %}Enter New Password{% endblock %}

Please enter your new password twice so we can verify you typed it in correctly.

{{ form.as_table }}
{% endblock %}