{% extends 'django_spire/auth/page/auth_page.html' %} {% load static %} {% block base_title %}Password Reset Form {% endblock %} {% block authentication_page_content %}

Password Reset

{% csrf_token %}
{% include 'django_glue/form/field/password_field.html' with glue_field='new_password1' %}
{% include 'django_glue/form/field/password_field.html' with glue_field='new_password2' %}
{% endblock %}