diff options
| author | Bobby <[email protected]> | 2024-12-16 18:38:05 +0000 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-12-16 18:38:05 +0000 |
| commit | ea8f5e8517161c1bd52f61198138dfd2fc72f8e2 (patch) | |
| tree | 19dd955137c8c6bb9c1143bbced320737cd93b09 /services/users | |
| parent | 04788ddd83c5e80a09a468d07427f0e365db71d7 (diff) | |
| download | thatcomputerscientist-ea8f5e8517161c1bd52f61198138dfd2fc72f8e2.tar.xz thatcomputerscientist-ea8f5e8517161c1bd52f61198138dfd2fc72f8e2.zip | |
its all in a state of chaos, but it shall be working soon
Diffstat (limited to 'services/users')
| -rw-r--r-- | services/users/templates/email_change_verification_email.html | 4 | ||||
| -rw-r--r-- | services/users/templates/reset_password_email.html | 4 | ||||
| -rw-r--r-- | services/users/templates/verification_email.html | 4 |
3 files changed, 6 insertions, 6 deletions
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. </p> <a - href="{{ protocol }}{{ domain }}{% url 'users:changeemail' 'changeemail' uid token %}" + {% comment %} href="{{ protocol }}{{ domain }}{% url 'users:changeemail' 'changeemail' uid token %}" {% endcomment %} >Change Email</a > <p>If the above link does not work, copy and paste the URL below into your browser:</p> - <a href="{{ protocol }}{{ domain }}{% url 'users:changeemail' 'changeemail' uid token %}">{{ protocol }}{{ domain }}{% url 'users:changeemail' 'changeemail' uid token %}</a> + {% comment %} <a href="{{ protocol }}{{ domain }}{% url 'users:changeemail' 'changeemail' uid token %}">{{ protocol }}{{ domain }}{% url 'users:changeemail' 'changeemail' uid token %}</a> {% endcomment %} <p>Please ignore this email if you did not make this request.</p> <p>Thanks,</p> 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. </p> - <a href="{{ protocol }}{{ domain }}{% url 'blog:resetpassword' uid token %}" + <a href="{{ protocol }}{{ domain }}#" >Reset Password</a > <p>If the above link does not work, copy and paste the URL below into your browser:</p> - <a href="{{ protocol }}{{ domain }}{% url 'blog:resetpassword' uid token %}">{{ protocol }}{{ domain }}{% url 'blog:resetpassword' uid token %}</a> + <a href="{{ protocol }}{{ domain }}#">{{ protocol }}{{ domain }}#</a> <p>Please ignore this email if you did not make this request.</p> <p>Thanks,</p> <p>Bobby from {{ site_name }}</p> 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. </p> <a - href="{{ protocol }}{{ domain }}{% url 'users:changeemail' 'verifyemail' uid token %}" + {% comment %} href="{{ protocol }}{{ domain }}{% url 'users:changeemail' 'verifyemail' uid token %}" {% endcomment %} >Verify Email</a > <p>If the above link does not work, copy and paste the URL below into your browser:</p> - <a href="{{ protocol }}{{ domain }}{% url 'users:changeemail' 'verifyemail' uid token %}">{{ protocol }}{{ domain }}{% url 'users:changeemail' 'verifyemail' uid token %}</a> + {% comment %} <a href="{{ protocol }}{{ domain }}{% url 'users:changeemail' 'verifyemail' uid token %}">{{ protocol }}{{ domain }}{% url 'users:changeemail' 'verifyemail' uid token %}</a> {% endcomment %} <p>Please ignore this email if you did not make this request.</p> <p>Thanks,</p> <p>Bobby from {{ site_name }}</p> |
