mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2024-10-01 07:35:35 -04:00
fix templates
This commit is contained in:
parent
3c51a9eee6
commit
babb552a1f
@ -283,6 +283,5 @@ data.
|
|||||||
</form>
|
</form>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
</body></html>
|
|
||||||
|
@ -63,6 +63,5 @@
|
|||||||
This Service (via the Matrix homeserver hosted at <a href="https://envs.net/">https://envs.net</a>) is run and managed by envs.net.
|
This Service (via the Matrix homeserver hosted at <a href="https://envs.net/">https://envs.net</a>) is run and managed by envs.net.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
</body></html>
|
|
||||||
|
@ -1,19 +1,15 @@
|
|||||||
<html><head>
|
{% extends "_base.html" %}
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"></head><body>{% extends "_base.html" %}
|
|
||||||
{% block title %}Registration{% endblock %}
|
{% block title %}Registration{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<p>You have asked us to register this email with a new Matrix account.
|
<p>You have asked us to register this email with a new Matrix account. If this was you, please click the link below to confirm your email address:</p>
|
||||||
If this was you, please click the link below to confirm your email
|
|
||||||
address:</p>
|
|
||||||
|
|
||||||
<a href="https://envs.sh/%7B%7B%20link%20%7D%7D">Verify Your Email Address</a>
|
<a href="{{ link }}">Verify Your Email Address</a>
|
||||||
|
|
||||||
<p>If this was not you, you can safely disregard this email.</p>
|
<p>If this was not you, you can safely disregard this email.</p>
|
||||||
|
|
||||||
<p><strong><u>Note:</u></strong> When you register on this Homeserver will automatically be joined to:<br>
|
<p><strong><u>Note:</u></strong> When you register on this Homeserver will automatically be joined to:<br />
|
||||||
<a href="https://matrix.to/#/#home:envs.net">#home:envs.net</a> and <a href="https://matrix.to/#/#lounge:envs.net">#lounge:envs.net</a>.</p>
|
<a href="https://matrix.to/#/#home:envs.net">#home:envs.net</a> and <a href="https://matrix.to/#/#lounge:envs.net">#lounge:envs.net</a>.</p>
|
||||||
|
|
||||||
<p>Thank you.</p>
|
<p>Thank you.</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</body></html>
|
|
Loading…
Reference in New Issue
Block a user