2020-02-10 17:17:05 +01:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
2022-06-29 11:28:26 +02:00
|
|
|
|
2021-01-25 21:25:15 +01:00
|
|
|
{{ render_text("Hi") }}
|
2023-05-09 18:04:04 +02:00
|
|
|
{{ render_text("You have added <b>"+ mailbox_email +"</b> as an additional mailbox.") }}
|
|
|
|
{{ render_text("To confirm, please click on the button below.") }}
|
|
|
|
{{ render_button("Confirm mailbox", link) }}
|
2023-01-12 12:34:14 +01:00
|
|
|
{{ render_text("This email will only be valid for the next 15 minutes.") }}
|
2022-06-29 11:28:26 +02:00
|
|
|
{{ render_text('Thanks,
|
|
|
|
<br />
|
|
|
|
SimpleLogin Team.') }}
|
2020-02-12 10:37:47 +01:00
|
|
|
{{ raw_url(link) }}
|
2020-02-10 17:17:05 +01:00
|
|
|
{% endblock %}
|