{% extends "base.html" %} {% load static crispy_forms_tags %} {% block content %} {% if validlink %} {% include "messages.html" %}
Workflow

Set New Password

{% crispy form form.helper %}
{% else %}

The password reset link was invalid, possibly because it has already been used. Please request a new password reset.

{% endif %} {% endblock%}