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

Forgot Password

...

Log In to Your Career Club Account!

{% include 'components/msg.html' %}
{% csrf_token %}

{{ form|crispy }}

{% endblock %}