{% load staticfiles %}
NearBeach Password Reset
{% csrf_token %}
Have you forgotten your password? Not a problem. Please enter in your email and we will send you instructions on how to reset it.
{% if form.email.errors %} {% for error in form.email.errors %}
{{ error }}
{% endfor %} {% endif %}
{{ form.email }}
Email Address
Send Email