{% extends 'commoncontent/base.html' %} {% block content %}
{% if validlink %}
{% csrf_token %} {{ form.as_p }}
{% else %}

Your link has expired or is no longer valid. If you still cannot log in, try requesting a new link.

{% endif %}
{% endblock content %}