{% extends "base.html" %} {% block title %}Reset Password | Testpoint{% endblock %} {% block content %}

Reset your password

Enter your email and we'll send reset instructions.

{% if form.non_field_errors %}{% endif %}
{% csrf_token %}
{% for error in form.email.errors %}

{{ error }}

{% endfor %}

Back to sign in

{% include "components/footer.html" %}{% endblock %}