{% extends 'base.html' %} {% load bootstrap4 %} {% block content %} {% if validlink %}

Choose a New Password

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% else %}

That link isn't valid - has it already been used? You can request a new link here.

{% endif %} {% endblock %}