improve verify-mailbox

This commit is contained in:
Son NK 2020-02-12 16:37:47 +07:00
parent 95e60fbf86
commit 226cb4bac4
1 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,10 @@
{% 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_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 email", link) }}
{{ render_text('Thanks, <br />SimpleLogin Team.') }}
{{ raw_url(link) }}
{% endblock %}