From 511c8a79b8e86f36d20c90bce69fced81c67141e Mon Sep 17 00:00:00 2001 From: hj Date: Tue, 28 May 2024 10:44:02 +0530 Subject: [PATCH] cache warning added --- .../templates/account/email/email_confirmation_message.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/accounts/templates/account/email/email_confirmation_message.txt b/apps/accounts/templates/account/email/email_confirmation_message.txt index c6e16bdf56..e8f7776799 100644 --- a/apps/accounts/templates/account/email/email_confirmation_message.txt +++ b/apps/accounts/templates/account/email/email_confirmation_message.txt @@ -3,6 +3,8 @@ You're receiving this e-mail because user "{{ user_display }}" was registered at {{ site_domain }} under this e-mail address. To verify your registration, please go to {{ activate_url }} + +Please note: Sometimes, due to old browser cache, the verification might not work as expected. If you encounter any issues, please try using an incognito window or clearing your browser cache. {% endblocktrans %}{% endautoescape %} {% blocktrans with site_name=current_site.name site_domain=current_site.domain %}Thank you from {{ site_name }}! {{ site_domain }}{% endblocktrans %} \ No newline at end of file