{% extends "base.html" %} {% load static %} {% block title %} Forgot Password {% endblock %} {% block nav %} {% endblock %} {% block content %}

Reset Password

{% 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 %}