{% extends 'portal/form_shapes.html' %} {% load static %} {% block form_content %}

Reset password

Please enter your email address

We will send an email with a link to reset your password.

{% csrf_token %} {{ form.non_field_errors }}
{{ form.email }} {{ form.email.help_text }} {{ form.email.error }}
{% if should_use_recaptcha %} {{ form.captcha }} {% endif %} {% if usertype == "TEACHER" %}
Cancel
{% else %}
Cancel
{% endif %}
{% endblock form_content %}