mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-06 17:15:24 -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
228 B
HTML
7 lines
228 B
HTML
{% extends "_base.html" %}
|
|
{% block title %}Your email has now been validated{% endblock %}
|
|
|
|
{% block body %}
|
|
<p>Your email has now been validated, please return to your client. You may now close this window.</p>
|
|
{% endblock %}
|