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

Independent student reset password

Enter your username below to reset your Code For Life password.

A notification will be sent to your registered email address.

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