From baa6b53cb026b31d6dba62818cfd40bd70274bb6 Mon Sep 17 00:00:00 2001 From: daniel-slaugh Date: Mon, 20 Nov 2023 15:27:39 -0700 Subject: [PATCH] Update verify_account_email.html --- templates/verify_account_email.html | 70 ++++++++++++++++------------- 1 file changed, 38 insertions(+), 32 deletions(-) diff --git a/templates/verify_account_email.html b/templates/verify_account_email.html index 287e74b..4eee050 100644 --- a/templates/verify_account_email.html +++ b/templates/verify_account_email.html @@ -1,35 +1,41 @@ -

Hi {{ name }},

+ + + + Email Verification + + + +

Hi {{ name }},

-

- Thank you for creating an account with HydroServer. Before you continue, we need to verify the email you provided - really belongs to you. To activate your account and start using HydroServer, please click "Verify Email" below. -

+

+ Thank you for creating an account with HydroServer. Before you continue, + we need to verify the email you provided really belongs to you. To + activate your account and start using HydroServer, please click the + "Verify Email" button or URL below. +

-
- - - - -
- - - - -
- - - Verify Email - - -
-
-
+

+ + Verify Email + +

-

Thanks,

-

The HydroServer Team

\ No newline at end of file +

{{ app_client_url }}/activate?uid={{ uid}}&token={{ token }}

+ +

Thanks,

+

The HydroServer Team

+ +