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

{% blocktrans trimmed %} Enter your account email address in the form below. If the address is valid, you will receive instructions for resetting your password. {% endblocktrans %}

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