{% extends "registration/base.html" %} {% block title %}Reset Password{% endblock %} {% block content %}
{% if validlink %}

Please enter your new password twice so we can verify you typed it in correctly

.
{% csrf_token %} {{ form.as_p }}
{% else %}

This reset link is no longer valid!

{% endif %}
{% endblock %}