{% extends "store/index.html" %} {% load crispy_forms_tags %} {% block title %} Confirm Reset Password {% endblock title %} {% block content %}
{% csrf_token %}
Password Reset Confirm {{ form|crispy }}
{% endblock content %}