{% extends "base.html" %} {% block title %}Reset password — EVOLUM{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
EVOLUM · Password Reset
{% if link_dead %}

Link expired.

{{ error }}

Back to sign in → {% else %}

Set a new password.

For {{ email }}. Choose something at least 8 characters.

{% if error %}
{{ error }}
{% endif %}
← Back to sign in {% endif %}
{% endblock %}