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

What happens next?

- 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. + 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.

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 8e314d02..680b7b96 100644 --- a/apps/accounts/templates/provider_portal/before_starting.html +++ b/apps/accounts/templates/provider_portal/before_starting.html @@ -31,8 +31,14 @@

* A note abo

The same applies to submitting IP/ASN ranges via api.

+
+

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

+
+

Ready?

-

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

+ {%- comment -%}

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

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

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 f0e095cc..e0f4d21f 100644 --- a/apps/accounts/templates/provider_portal/request_detail.html +++ b/apps/accounts/templates/provider_portal/request_detail.html @@ -11,6 +11,10 @@

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 }}

{% if object.status|lower == "more info required" %}