{% extends 'quintet/login.html' %} {% load bootstrap_tags %} {% block content %} {% if validlink %}

Enter your new password twice so we can verify you typed it in correctly.

{% csrf_token %} {{ form|as_bootstrap }}
{% else %}

Invalid Password Reset Link

Check and make sure you coppied the link correctly, and that this link has not already been used.

{% endif %} {% endblock %} {% block js %} {{ form.media }} {% endblock %}