{% extends 'portal/base.html' %} {% load static %} {% block content %}

Teacher reset password

Enter your email address below to reset your Code for Life password

{% csrf_token %} {{ form.non_field_errors }} {{ form.email }} {{ form.email.errors }} {% if should_use_recaptcha %} {{ form.captcha }} {% endif %}
Cancel
{% endblock content %}