{% extends 'redesign/base_new.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 }} {{ form.recaptcha|safe }} {{ form.recaptcha.errors }}
Cancel
{% endblock content %}