From a233374a8f151dae419edeb582ac49800ef94958 Mon Sep 17 00:00:00 2001 From: fershad <27988517+fershad@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:04:50 +0800 Subject: [PATCH 1/3] change wording to notification email --- .../templates/emails/verification-request-notify.html | 8 ++++---- .../templates/emails/verification-request-notify.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/accounts/templates/emails/verification-request-notify.html b/apps/accounts/templates/emails/verification-request-notify.html index 46279f58..91f87e6e 100644 --- a/apps/accounts/templates/emails/verification-request-notify.html +++ b/apps/accounts/templates/emails/verification-request-notify.html @@ -19,15 +19,15 @@

What happens next?

- We aim to review every + We review {% if provider %} {% comment %} If it's an update to an existing provider. {% endcomment %} - update + provider updates {% else %} {% comment %} If it's a new provider request. {% endcomment %} - new verification request + new verification requests {% endif %} - within 3 working days. Once we have reviewed the verification request, we will contact you by email to let you know that it is approved, or that we need more information from you. + on Tuesday and Wednesday each week. Once we have reviewed the request, we will contact you by email to let you know that it is approved, or that we need more information from you.

If you have further questions, or need to edit your verification request, please contact support@thegreenwebfoundation.org. diff --git a/apps/accounts/templates/emails/verification-request-notify.txt b/apps/accounts/templates/emails/verification-request-notify.txt index 671a62f4..90733dd6 100644 --- a/apps/accounts/templates/emails/verification-request-notify.txt +++ b/apps/accounts/templates/emails/verification-request-notify.txt @@ -9,7 +9,7 @@ Thank you for taking the time to {% if provider %}update the listing for {{ prov {% endif %} {{ link_to_verification_request }} What happens next? -We aim to review every {% if provider %}update{% else %} new verification request{% endif %} within 3 working days. Once we have reviewed the verification request, we will contact you by email to let you know that it is approved, or that we need more information from you. +We review {% if provider %}provider updates{% else %}new verification requests{% endif %} on Tuesday and Wednesday each week. Once we have reviewed the request, we will contact you by email to let you know that it is approved, or that we need more information from you. If you have further questions, or need to edit your verification request, please contact support@thegreenwebfoundation.org. Many thanks, Green Web Foundation From 0cc522487c84ee0553a94a6c8c52ef3ea91d18b8 Mon Sep 17 00:00:00 2001 From: fershad <27988517+fershad@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:10:57 +0800 Subject: [PATCH 2/3] update wording on request detail page --- apps/accounts/templates/provider_portal/request_detail.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/accounts/templates/provider_portal/request_detail.html b/apps/accounts/templates/provider_portal/request_detail.html index e500f548..501accf0 100644 --- a/apps/accounts/templates/provider_portal/request_detail.html +++ b/apps/accounts/templates/provider_portal/request_detail.html @@ -29,7 +29,8 @@

Summary of request

{% endif %} {% if object.status|lower == "pending review" %} - We are currently reviewing this request. If you want to update the information relating to this provider, please get in touch using our support form. + We are currently reviewing this request. All verification requests and updates are reviewed by a member of our team on Tuesday and Wednesday each week.
+ If you want to update the information relating to this provider, please get in touch using our support form. {% endif %} From 962f84bb1dc0a0a7c0ea55c7d7753b7177c5777e Mon Sep 17 00:00:00 2001 From: fershad <27988517+fershad@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:18:31 +0800 Subject: [PATCH 3/3] review only on Tuesday --- apps/accounts/templates/emails/verification-request-notify.html | 2 +- apps/accounts/templates/emails/verification-request-notify.txt | 2 +- apps/accounts/templates/provider_portal/request_detail.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/accounts/templates/emails/verification-request-notify.html b/apps/accounts/templates/emails/verification-request-notify.html index 91f87e6e..04e946b9 100644 --- a/apps/accounts/templates/emails/verification-request-notify.html +++ b/apps/accounts/templates/emails/verification-request-notify.html @@ -27,7 +27,7 @@

What happens next?

{% comment %} If it's a new provider request. {% endcomment %} new verification requests {% endif %} - on Tuesday and Wednesday each week. Once we have reviewed the request, we will contact you by email to let you know that it is approved, or that we need more information from you. + on Tuesday each week. Once we have reviewed the request, we will contact you by email to let you know that it is approved, or that we need more information from you.

If you have further questions, or need to edit your verification request, please contact support@thegreenwebfoundation.org. diff --git a/apps/accounts/templates/emails/verification-request-notify.txt b/apps/accounts/templates/emails/verification-request-notify.txt index 90733dd6..6d1e3071 100644 --- a/apps/accounts/templates/emails/verification-request-notify.txt +++ b/apps/accounts/templates/emails/verification-request-notify.txt @@ -9,7 +9,7 @@ Thank you for taking the time to {% if provider %}update the listing for {{ prov {% endif %} {{ link_to_verification_request }} What happens next? -We review {% if provider %}provider updates{% else %}new verification requests{% endif %} on Tuesday and Wednesday each week. Once we have reviewed the request, we will contact you by email to let you know that it is approved, or that we need more information from you. +We review {% if provider %}provider updates{% else %}new verification requests{% endif %} on Tuesday each week. Once we have reviewed the request, we will contact you by email to let you know that it is approved, or that we need more information from you. If you have further questions, or need to edit your verification request, please contact support@thegreenwebfoundation.org. Many thanks, Green Web Foundation diff --git a/apps/accounts/templates/provider_portal/request_detail.html b/apps/accounts/templates/provider_portal/request_detail.html index 501accf0..f0e095cc 100644 --- a/apps/accounts/templates/provider_portal/request_detail.html +++ b/apps/accounts/templates/provider_portal/request_detail.html @@ -29,7 +29,7 @@

Summary of request

{% endif %} {% if object.status|lower == "pending review" %} - We are currently reviewing this request. All verification requests and updates are reviewed by a member of our team on Tuesday and Wednesday each week.
+ We are currently reviewing this request. All verification requests and updates are reviewed by a member of our team on Tuesday each week.
If you want to update the information relating to this provider, please get in touch using our support form. {% endif %}