forked-synapse/synapse/res/templates/password_reset_failure.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
229 B
HTML
Raw Normal View History

{% 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 %}