{% extends "base.html" %} {% block title %}Reset password — allowthem{% endblock %} {% block body %}

Set a new password

{% if invalid_token %}

Request a new reset link

{% elif success %}
Your password has been reset. You can now log in with your new password.

Log in

{% else %} {% if error %} {% endif %}
{% endif %}
{% endblock %}