app-MAIL-temp/templates/emails/transactional/verify-mailbox.html

10 lines
330 B
HTML
Raw Normal View History

2020-02-10 17:17:05 +01:00
{% extends "base.html" %}
{% block content %}
{{ render_text("Hi " + user.name) }}
{{ render_text("You have added "+ mailbox_email +" as an additional mailbox.") }}
{{ render_text("To confirm, please click on the button below or use this link: <br> " + link) }}
{{ render_button("Confirm email", link) }}
{% endblock %}