From 0173cde15dc587acb7c6014f19ff06381d0b72ca Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 28 Dec 2022 07:56:44 -0500 Subject: Fix working in Verification emails --- users/templates/email_change_verification_email.html | 2 +- users/templates/verification_email.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'users') diff --git a/users/templates/email_change_verification_email.html b/users/templates/email_change_verification_email.html index 4e803855..d016578b 100644 --- a/users/templates/email_change_verification_email.html +++ b/users/templates/email_change_verification_email.html @@ -1,7 +1,7 @@ {% autoescape off %} Hi {{ user }}, -We received a request to change you email address on {{ site_name }}. To verify your email address, please click the link below. +We received a request to change you email address on {{ site_name }}. To verify and change your email address, please click the link below. {{ protocol }}{{ domain }}{% url 'users:changeemail' uidb64=uid token=token %} Please ignore this email if you did not make this request. diff --git a/users/templates/verification_email.html b/users/templates/verification_email.html index 554aceb5..ee9e8cca 100644 --- a/users/templates/verification_email.html +++ b/users/templates/verification_email.html @@ -1,7 +1,7 @@ {% autoescape off %} Hi {{ user }}, -Thanks for registering an account on {{ site_name }}. To verify and change your email address, please click the link below. +Thanks for registering an account on {{ site_name }}. To verify your email address, please click the link below. {{ protocol }}{{ domain }}{% url 'users:verifyemail' uidb64=uid token=token %} Thanks, -- cgit v1.2.3