0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-22 13:33:44 +02:00
synapse/synapse/res/templates/password_reset_failure.html

8 lines
229 B
HTML

{% extends "_base.html" %}
{% block title %}Password reset failure{% endblock %}
{% block body %}
<p>The request failed for the following reason: {{ failure_reason }}.</p>
<p>Your password has not been reset.</p>
{% endblock %}