{% 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 }}
Cancel
{% endblock content %}