{% extends "base.html" %} {% block pagetitle %}Reset Password{% endblock %} {% block content %} {% if validlink %}
Please enter your new password twice so we can verify you typed it in correctly
. {% else %}This reset link is no longer valid!
{% endif %} {% endblock %}