{% load staticfiles %}
NearBeach Password Change
{% if validlink %}
{% csrf_token %} {% if form.new_password1.errors %} {% for error in form.new_password1.errors %}
{{ error }}
{% endfor %} {% endif %}
Please type in your new password.
The passwords are not the same
{{ form.new_password1 }}
New Password
{{ form.new_password2 }}
Confirm Password
Change Passwords
{% else %}
The password reset link was invalid, possibly because it has already been used. Please request a new password reset.
{% endif %}