{% extends 'base.html' %} {% block title %}Reset Password - Referral Rewards{% endblock %} {% block content %}

Reset Password

Enter your email address and we'll send you a link to reset your password.

{% csrf_token %} {% if form.errors %}
Please correct the errors below.
{% endif %}
{% if form.email.errors %}
{{ form.email.errors }}
{% endif %}
{% endblock %}