{% extends 'django_spire/auth/page/auth_page.html' %} {% load static %} {% block base_title %}Password Reset{% endblock %} {% block authentication_page_content %}
Password Reset
{% csrf_token %}
{% include 'django_glue/form/field/char_field.html' with glue_field='email' %}
{% endblock %}