aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--users/templates/email_change_verification_email.html2
-rw-r--r--users/templates/verification_email.html2
2 files changed, 2 insertions, 2 deletions
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,