{% extends "base.html" %} {% load widget_tweaks %} {% block content %}

Forgot your password?

Enter your email and we’ll send you a password reset link.

{% csrf_token %}
{{ form.email|add_class:"form-control" }} {{ form.email.errors }}
← Back to login
{% endblock %}