mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 17:08:30 +01:00
improve verify-mailbox
This commit is contained in:
parent
95e60fbf86
commit
226cb4bac4
1 changed files with 4 additions and 2 deletions
|
@ -2,8 +2,10 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{{ render_text("Hi " + user.name) }}
|
{{ render_text("Hi " + user.name) }}
|
||||||
{{ render_text("You have added "+ mailbox_email +" as an additional mailbox.") }}
|
{{ render_text("You have added <b>"+ mailbox_email +"</b> as an additional mailbox.") }}
|
||||||
{{ render_text("To confirm, please click on the button below or use this link: <br> " + link) }}
|
{{ render_text("To confirm, please click on the button below.") }}
|
||||||
{{ render_button("Confirm email", link) }}
|
{{ render_button("Confirm email", link) }}
|
||||||
|
{{ render_text('Thanks, <br />SimpleLogin Team.') }}
|
||||||
|
{{ raw_url(link) }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue