mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2024-12-17 13:14:19 -05:00
16 lines
643 B
HTML
16 lines
643 B
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>
|
|
|
|
<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 />
|
|
<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 %}
|