mirror of
https://github.com/simple-login/app.git
synced 2025-02-22 14:53:34 +08:00
fix line break in change-email template
This commit is contained in:
parent
0717c91a18
commit
d5b48089d8
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
{% block content %}
|
||||
{{ render_text("Hi " + name + ",") }}
|
||||
{{ render_text("You have asked to change your email to <b>"+ new_email +"</b>.") }}
|
||||
{{ render_text("Your current email is " + current_email + ".") }}
|
||||
{{ render_text("To confirm, please click on the button below or use this link " + link + " within 12 hours.") }}
|
||||
{{ render_text("You have asked to change your email to: <br><b>"+ new_email +"</b>.") }}
|
||||
{{ render_text("Your current email is: <br>" + current_email + ".") }}
|
||||
{{ render_text("To confirm, please click on the button below or use this link: <br> " + link + "<br> within 12 hours.") }}
|
||||
{{ render_button("Change email", link) }}
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue