mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-07 13:35:17 -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.
6 lines
213 B
HTML
6 lines
213 B
HTML
{% block title %}Password reset success{% endblock %}
|
|
|
|
{% block body %}
|
|
<p>Your email has now been validated, please return to your client to reset your password. You may now close this window.</p>
|
|
{% endblock %}
|