{% extends 'registration/base.html' %} {% block content %} {% if validlink %}

Change Password

{% csrf_token %} {% for field in form %}
{{ field.errors }} {{ field.label_tag }}
{% endfor %}
{% else %}

The Password Link Was Expired or Invalid

{% endif %} {% endblock content %}