{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Reset Password{% endblock title %} {% block subtitle %}Submit your email to receive instructions for reseting your password.{% endblock subtitle %} {% block content %}
{% csrf_token %} {{ form|crispy }}
{% endblock content %}