{% extends "base.html" %}
{% load static %}
{% block title %} Forgot Password {% endblock %}
{% block nav %}
{% endblock %}
{% block script %}
{% endblock %}
{% block content %}
Please enter your new password twice so we can verify you typed it in correctly
. {% else %}This reset link is no longer valid!
{% endif %}