{% extends '_base.html' %} {% load crispy_forms_tags %} {% block title %}Password Reset{% endblock %} {% block content %}

Forgot your password?

{% csrf_token %} {{ form | crispy }}
{% endblock content %}