diff --git a/apps/accounts/templates/emails/verification-request-notify.html b/apps/accounts/templates/emails/verification-request-notify.html index 5f3dab4c..04e946b9 100644 --- a/apps/accounts/templates/emails/verification-request-notify.html +++ b/apps/accounts/templates/emails/verification-request-notify.html @@ -19,8 +19,15 @@

What happens next?

- Due to limited staff availability, we will not be reviewing & processing verification requests or updates until October 2nd, 2024.

-

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 %} + {% comment %} If it's an update to an existing provider. {% endcomment %} + provider updates + {% else %} + {% comment %} If it's a new provider request. {% endcomment %} + 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. diff --git a/apps/accounts/templates/provider_portal/before_starting.html b/apps/accounts/templates/provider_portal/before_starting.html index 680b7b96..b1af8b77 100644 --- a/apps/accounts/templates/provider_portal/before_starting.html +++ b/apps/accounts/templates/provider_portal/before_starting.html @@ -36,7 +36,7 @@

* A note abo

Ready?

- {%- comment -%}

After submission of your request, you can expect to hear from us within a few days.

{%- endcomment -%} +

After submission of your request, you can expect to hear from us within a week.

Begin form diff --git a/apps/accounts/templates/provider_portal/home.html b/apps/accounts/templates/provider_portal/home.html index a1feaceb..ed8475cf 100644 --- a/apps/accounts/templates/provider_portal/home.html +++ b/apps/accounts/templates/provider_portal/home.html @@ -35,10 +35,6 @@

Pending verification

Your verified providers

-
-

Due to limited staff availability, we will not be reviewing & processing verification requests or updates until October 2nd, 2024.

-
- {% if request.user.is_admin %}

You belong to the admin group, which gives you permission to manage all providers in the database. diff --git a/apps/accounts/templates/provider_portal/request_detail.html b/apps/accounts/templates/provider_portal/request_detail.html index e0f4d21f..0b0bb45c 100644 --- a/apps/accounts/templates/provider_portal/request_detail.html +++ b/apps/accounts/templates/provider_portal/request_detail.html @@ -11,9 +11,6 @@

Summary of request

-
-

Due to limited staff availability, we will not be reviewing & processing verification requests or updates until October 2nd, 2024.

-

Submitted on: {{ object.modified }}