{% extends 'uniauth/base-site.html' %} {% block head %} Uniauth | Reset {% endblock %} {% block content %} {% if validlink %}
{% if form.errors %}
{% for key, value in form.errors.items %} {% if forloop.counter == 1 %} {{ value.as_text|slice:"2:" }} {% endif %} {% endfor %}
{% endif %}
Set a new password
{% csrf_token %}
{% else %}
Reset link is invalid

Check that the link was copied correctly, and was sent recently. Links will expire within a few days of being sent.
{% endif %} {% endblock %} {% block script %} {% endblock %}