{% extends "base.html" %} {% block title %}Reset Password | Testpoint{% endblock %} {% block content %}Reset your passwordEnter your email and we'll send reset instructions.{% if form.non_field_errors %}{{ form.non_field_errors }}{% endif %}{% csrf_token %}Email{% for error in form.email.errors %}{{ error }}{% endfor %}Send reset linkBack to sign in{% include "components/footer.html" %}{% endblock %}
Enter your email and we'll send reset instructions.
{{ error }}
Back to sign in