{% extends "base.html" %} {% block title %}Reset Password{% endblock %} {% block pagetitle %} Online Test {% endblock %} {% block formtitle %} 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 %}