{% extends "picocss/django/base.html" %} {% block title %}{{ theme_data.theme_settings.brand }} - Password Reset{% endblock %} {% block content %}
{% if validlink %} {% csrf_token %}

Password Reset

Please enter your new password twice so we can verify you typed it in correctly.

{# new password 1 #} {# new password 2 #} {# this is necesarry to make the margin on the first

work #}

{% else %}

Invalid Link

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

{% endif %}
{% endblock %}