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