2019-11-20 21:51:12 +01:00
|
|
|
{% extends "base.html" %}
|
2019-11-16 15:01:43 +01:00
|
|
|
|
2019-11-20 21:51:12 +01:00
|
|
|
{% block content %}
|
2022-06-29 11:28:26 +02:00
|
|
|
|
2019-11-20 21:51:12 +01:00
|
|
|
{{ render_text("Thank you for choosing SimpleLogin.") }}
|
2020-02-12 06:44:32 +01:00
|
|
|
{{ render_text("To get started, please confirm that <b>" + email + "</b> is your email address by clicking on the button below within 1 hour.") }}
|
2024-01-02 13:20:48 +01:00
|
|
|
{{ render_text("If it wasn't you, maybe someone entered your email by mistake. In this case you can ignore this mail.") }}
|
2020-02-06 05:37:10 +01:00
|
|
|
{{ render_button("Verify email", activation_link) }}
|
2022-06-29 11:28:26 +02:00
|
|
|
{{ render_text('Thanks,
|
2024-08-28 13:07:34 +02:00
|
|
|
<br />
|
|
|
|
SimpleLogin Team.') }}
|
2020-02-12 06:44:32 +01:00
|
|
|
{{ raw_url(activation_link) }}
|
2019-11-20 21:51:12 +01:00
|
|
|
{% endblock %}
|