From fb96ee3c4910e0fb17c7cb6a52751b32feb63514 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 4 Jun 2024 11:56:58 -0500 Subject: Update email styling and text. --- gn_auth/templates/emails/verify-email.html | 18 +++++++----------- gn_auth/templates/emails/verify-email.txt | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) (limited to 'gn_auth') diff --git a/gn_auth/templates/emails/verify-email.html b/gn_auth/templates/emails/verify-email.html index bc475c9..7f85c1c 100644 --- a/gn_auth/templates/emails/verify-email.html +++ b/gn_auth/templates/emails/verify-email.html @@ -8,19 +8,15 @@

To avoid bots, we need to verify that you are an actual human. To do so, - please - - Click here - . -

+ please click the button below + verify your email.

- If that does not work, please log in to GeneNetwork and copy the - verification code below when requested:

- - {{verification_code}} -

+ If that fails, please log in to GeneNetwork and copy the verification code + below when requested:

+ {{verification_code}} +

Please note that the verification code will expire in diff --git a/gn_auth/templates/emails/verify-email.txt b/gn_auth/templates/emails/verify-email.txt index 7a39fea..281d682 100644 --- a/gn_auth/templates/emails/verify-email.txt +++ b/gn_auth/templates/emails/verify-email.txt @@ -3,7 +3,7 @@ Thank you for registering an account with GeneNetwork. -To avoid bots, we need to verify that you are an actual human. To do so, please go to "{{verification_uri}}?verificationcode={{verification_code}}". +To avoid bots, we need to verify that you are an actual human. To do so, please go to "{{verification_uri}}". If that does not work, please log in to GeneNetwork and copy the verification code below when requested: -- cgit v1.2.3