diff options
| author | Bobby <[email protected]> | 2022-12-28 07:56:44 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-12-28 07:56:44 -0500 |
| commit | 0173cde15dc587acb7c6014f19ff06381d0b72ca (patch) | |
| tree | ac40bad850df2fde02553ed5ff47902089650cda /users | |
| parent | 54988a928d37fc12e1f6eb83c6ecfc2babe55e29 (diff) | |
| download | thatcomputerscientist-0173cde15dc587acb7c6014f19ff06381d0b72ca.tar.xz thatcomputerscientist-0173cde15dc587acb7c6014f19ff06381d0b72ca.zip | |
Fix working in Verification emails
Diffstat (limited to 'users')
| -rw-r--r-- | users/templates/email_change_verification_email.html | 2 | ||||
| -rw-r--r-- | users/templates/verification_email.html | 2 |
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, |
