{% extends "registration/base.html" %} {% load static widget_tweaks %} {% block title %}Forgot Password{% endblock %} {% block content %}

Enter your account email address in the form below. If the address is valid, you will receive instructions for resetting your password.

{% csrf_token %}
{% render_field form.email name='email' class+='form-control' id='email-input-group' placeholder=form.email.label %}
{% endblock %}