{% extends "registration/registration_base.html" %} {% block title %}Confirm password reset{% endblock %} {% block doccontent %} Enter your new password below to reset your password.

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