From f6588ff1f649d7ba3b5fbd2287702b9895ad39a2 Mon Sep 17 00:00:00 2001 From: Evert Date: Fri, 29 Dec 2017 14:47:17 +0200 Subject: [PATCH] Change the emails a little bit --- templates/activate/html.pug | 6 ++++-- templates/password_alert/html.pug | 3 ++- templates/reset_password/html.pug | 6 ++++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/templates/activate/html.pug b/templates/activate/html.pug index 8a05ee1..c766944 100644 --- a/templates/activate/html.pug +++ b/templates/activate/html.pug @@ -1,6 +1,8 @@ h1 Welcome to Icy Network, #{display_name}! p Before you can log in, you must activate your account. p Click on or copy the following link into your URL bar in order to activate your Icy Network account -a.activate(href=domain + "/activate/" + activation_token, target="_blank", rel="nofollow")= domain + "/activate/" + activation_token +p + a.activate(href=domain + "/activate/" + activation_token, target="_blank", rel="nofollow")= domain + "/activate/" + activation_token p If you did not register for an account on Icy Network, please ignore this email. -small This email has been sent to you because of an action performed on the IcyNet.eu website. +br +p Icy Network diff --git a/templates/password_alert/html.pug b/templates/password_alert/html.pug index 7d85c3f..380632a 100644 --- a/templates/password_alert/html.pug +++ b/templates/password_alert/html.pug @@ -3,4 +3,5 @@ p This email was sent to you because your password on Icy Network has been chang p If you did indeed change the password of this account yourself, you may safely ignore this email. p b However, if you did not change your password on Icy Network, contact an Icy Network administrator immediately! -small This email has been sent to you because of an action performed on the IcyNet.eu website. +br +p Icy Network diff --git a/templates/reset_password/html.pug b/templates/reset_password/html.pug index 509231d..e28d64f 100644 --- a/templates/reset_password/html.pug +++ b/templates/reset_password/html.pug @@ -1,5 +1,7 @@ h1 Hello, #{display_name}! p Click on or copy the following link into your URL bar in order to reset your Icy Network account password: -a.activate(href=domain + "/reset/" + reset_token, target="_blank", rel="nofollow")= domain + "/reset/" + reset_token +p + a.activate(href=domain + "/reset/" + reset_token, target="_blank", rel="nofollow")= domain + "/reset/" + reset_token p If you did not request a password reset on Icy Network, please ignore this email. -small This email has been sent to you because of an action performed on the IcyNet.eu website. +br +p Icy Network