mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
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 %}
|