Skip to content

Commit

Permalink
add holiday notification
Browse files Browse the repository at this point in the history
  • Loading branch information
fershad committed Sep 12, 2024
1 parent 058b762 commit 88fc821
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
11 changes: 2 additions & 9 deletions apps/accounts/templates/emails/verification-request-notify.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,8 @@
</p>
<h4>What happens next?</h4>
<p>
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. </p>
<p>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.
</p>
<p>
If you have further questions, or need to edit your verification request, please contact <a href="mailto:[email protected]">[email protected]</a>.
Expand Down
8 changes: 7 additions & 1 deletion apps/accounts/templates/provider_portal/before_starting.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,14 @@ <h3 class="text-med text-neutral-600 border-b-2 border-neutral-500">* A note abo
<p class="text-neutral-600">The same applies to submitting IP/ASN ranges via api.</p>
</section>

<div class="alert__warning">
<p>Due to limited staff availability, we will not be reviewing & processing verification requests or updates until October 2nd, 2024.</p>
</div>

<h3 class="font-bold text-xl uppercase mt-12">Ready?</h3>
<p>After submission of your request, you can expect to hear from us within a few days.</p>
{%- comment -%} <p>After submission of your request, you can expect to hear from us within a few days.</p> {%- endcomment -%}


<a href="{% url 'provider_registration' %}" class="btn font-bold">Begin form</a>


Expand Down
4 changes: 4 additions & 0 deletions apps/accounts/templates/provider_portal/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ <h3 class="text-xl pt-8" id="pending">Pending verification</h3>

<h3 class="text-xl pt-10">Your verified providers</h3>

<div class="alert__warning">
<p>Due to limited staff availability, we will not be reviewing & processing verification requests or updates until October 2nd, 2024.</p>
</div>

{% if request.user.is_admin %}
<div class="alert__warning">
<p>You belong to the admin group, which gives you permission to manage all providers in the database.
Expand Down
4 changes: 4 additions & 0 deletions apps/accounts/templates/provider_portal/request_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

<h1 class="text-6xl mb-0"><span class="uppercase">Summary of request</h1>

<div class="alert__warning">
<p>Due to limited staff availability, we will not be reviewing & processing verification requests or updates until October 2nd, 2024.</p>
</div>

<p>Submitted on: {{ object.modified }}</p>

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

0 comments on commit 88fc821

Please sign in to comment.