Reset Your Password

{% if validlink %}
{% csrf_token %}
{% if form.new_password1.errors %}
{{ form.new_password1.errors }}
{% endif %}
{% if form.new_password2.errors %}
{{ form.new_password2.errors }}
{% endif %}
{% else %}

The password reset link was invalid, possibly because it has already been used. Please request a new password reset.

{% endif %}