{% extends 'django_spire/auth/page/auth_page.html' %} {% block authentication_page_content %}
{% csrf_token %}
{% include 'django_glue/form/field/char_field.html' with glue_field='username' %}
{% include 'django_glue/form/field/password_field.html' with glue_field='password' %}
Forgot my password
{% endblock %}