{% extends "base.html" %} {% block title %}Change Password | Testpoint{% endblock %} {% block content %}Change passwordChoose a strong password you do not use elsewhere.{% if form.non_field_errors %}{{ form.non_field_errors }}{% endif %}{% csrf_token %}Current password{% for error in form.oldpassword.errors %}{{ error }}{% endfor %}New password{% for error in form.password1.errors %}{{ error }}{% endfor %}Confirm new password{% for error in form.password2.errors %}{{ error }}{% endfor %}Update passwordBack to profile settings{% include "components/footer.html" %}{% endblock %}
Choose a strong password you do not use elsewhere.
{{ error }}
Back to profile settings