diff --git a/templates/emails/change-email.html b/templates/emails/change-email.html index 861fd4c8..29824b94 100644 --- a/templates/emails/change-email.html +++ b/templates/emails/change-email.html @@ -1,257 +1,10 @@ - - - - - - +{% extends "base.html" %} - +{% block content %} + {{ render_text("Hi " + name + ",") }} + {{ render_text("You have asked to change your email to "+ new_email +".") }} + {{ 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_button("Change email", link) }} +{% endblock %} - - - - SimpleLogin | Reset password - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - Logo - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Hi {{name}}, -
- You have asked to change your email to {{new_email}}. -
- Your current email is {{current_email}}. -
- To confirm, please click on this link: -
-
- Confirm email change - -
-
- Cheers.
- Son - SimpleLogin founder. -

-
- Have a question? son@simplelogin.io -
- - - - - - - - - - - - - - - - - - -
- - -
- - - \ No newline at end of file