{% extends "registration/_registration_base.html" %} {% block title %}Confirm password reset{% endblock %} {% block content %}

Reset password

Enter your new password below to reset your password:

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