2022-11-16 06:14:38 -05:00
|
|
|
{% extends "_base.html" %}
|
2022-10-21 13:44:00 -04:00
|
|
|
{% block title %}Registration{% endblock %}
|
2019-09-06 06:35:28 -04:00
|
|
|
|
2022-10-21 13:44:00 -04:00
|
|
|
{% 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>
|
2019-09-06 06:35:28 -04:00
|
|
|
|
2022-10-21 13:44:00 -04:00
|
|
|
<a href="{{ link }}">Verify Your Email Address</a>
|
2019-09-06 06:35:28 -04:00
|
|
|
|
2022-10-21 13:44:00 -04:00
|
|
|
<p>If this was not you, you can safely disregard this email.</p>
|
|
|
|
|
|
|
|
<p>Thank you.</p>
|
|
|
|
{% endblock %}
|