{% extends 'spire/authentication/page/authentication_page.html' %} {% load crispy_forms_filters %} {% block authentication_page_content %}
Change Password
{% csrf_token %} {{ form|crispy }}
{% endblock %}