2022-11-16 12:14:38 +01:00
|
|
|
{% extends "_base.html" %}
|
2022-10-21 19:44:00 +02:00
|
|
|
{% block title %}Password reset failure{% endblock %}
|
2019-09-06 12:35:28 +02:00
|
|
|
|
2022-10-21 19:44:00 +02:00
|
|
|
{% block body %}
|
|
|
|
<p>The request failed for the following reason: {{ failure_reason }}.</p>
|
2019-09-06 12:35:28 +02:00
|
|
|
<p>Your password has not been reset.</p>
|
2022-10-21 19:44:00 +02:00
|
|
|
{% endblock %}
|