From ea8f5e8517161c1bd52f61198138dfd2fc72f8e2 Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:38:05 +0000 Subject: its all in a state of chaos, but it shall be working soon --- services/users/templates/email_change_verification_email.html | 4 ++-- services/users/templates/reset_password_email.html | 4 ++-- services/users/templates/verification_email.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'services') diff --git a/services/users/templates/email_change_verification_email.html b/services/users/templates/email_change_verification_email.html index f6f9b127..87a46cbf 100644 --- a/services/users/templates/email_change_verification_email.html +++ b/services/users/templates/email_change_verification_email.html @@ -14,11 +14,11 @@ verify and change your email address, please click the link below.
Change EmailIf the above link does not work, copy and paste the URL below into your browser:
- {{ protocol }}{{ domain }}{% url 'users:changeemail' 'changeemail' uid token %} + {% comment %} {{ protocol }}{{ domain }}{% url 'users:changeemail' 'changeemail' uid token %} {% endcomment %}Please ignore this email if you did not make this request.
Thanks,
diff --git a/services/users/templates/reset_password_email.html b/services/users/templates/reset_password_email.html index f9651a13..7c8a5edc 100644 --- a/services/users/templates/reset_password_email.html +++ b/services/users/templates/reset_password_email.html @@ -13,11 +13,11 @@ We received a request to reset your password on {{ site_name }}. To reset your password, please click the link below. - Reset PasswordIf the above link does not work, copy and paste the URL below into your browser:
- {{ protocol }}{{ domain }}{% url 'blog:resetpassword' uid token %} + {{ protocol }}{{ domain }}#Please ignore this email if you did not make this request.
Thanks,
Bobby from {{ site_name }}
diff --git a/services/users/templates/verification_email.html b/services/users/templates/verification_email.html index 06e91a79..ca98c4cf 100644 --- a/services/users/templates/verification_email.html +++ b/services/users/templates/verification_email.html @@ -14,11 +14,11 @@ address, please click the link below. Verify EmailIf the above link does not work, copy and paste the URL below into your browser:
- {{ protocol }}{{ domain }}{% url 'users:changeemail' 'verifyemail' uid token %} + {% comment %} {{ protocol }}{{ domain }}{% url 'users:changeemail' 'verifyemail' uid token %} {% endcomment %}Please ignore this email if you did not make this request.
Thanks,
Bobby from {{ site_name }}
-- cgit v1.2.3