fix templates

This commit is contained in:
creme 2022-12-21 16:49:54 +01:00
parent 3c51a9eee6
commit babb552a1f
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0
3 changed files with 8 additions and 14 deletions

View File

@ -283,6 +283,5 @@ data.
</form>
{% endif %}
{% endif %}
</body></html>
</body>
</html>

View File

@ -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.
</p>
</body></html>
</body>
</html>

View File

@ -1,19 +1,15 @@
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"></head><body>{% extends "_base.html" %}
{% extends "_base.html" %}
{% block title %}Registration{% endblock %}
{% block body %}
<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>
<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>
<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><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>
<p>Thank you.</p>
{% endblock %}
</body></html>