{% extends "base.html" %} {% block title %}Choose a new password · {{ portal_name }}{% endblock %} {% block content %}
{% if validlink %}

Choose a new password

{% csrf_token %} {{ form.new_password1 }} {{ form.new_password2 }} {% if form.errors %} {% endif %}
{% else %}

That link has expired

Reset links can only be used once, and expire after a few hours.

Request a new link

{% endif %}
{% endblock %}