mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-09 08:48:27 -05:00
![Germain](/assets/img/avatar_default.png)
Use a base template to create a cohesive feel across the HTML templates provided by Synapse. Adds basic styling to the base template for a more user-friendly look and feel.
7 lines
202 B
HTML
7 lines
202 B
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 %}
|