Update content

This commit is contained in:
Rebecca Law
2021-07-14 09:54:28 +01:00
parent af7882e5a4
commit cca94e956b
2 changed files with 10 additions and 3 deletions

View File

@@ -21,8 +21,11 @@
{% endif %}
</p>
{% if job.status == 'sending limits exceeded'%}
<p class="govuk-error-message" >
You have exceeded your daily sending limits. You can upload your CSV tomorrow or <a class="govuk-link" href="https://www.notifications.service.gov.uk/support">contact the GOV.UK Notify team</a>
<p class="govuk-error-message">
Notify cannot send these messages because you have reached your daily limit. You can only send {{ current_service.message_limit|format_thousands }} messages per day.
</p>
<p class="govuk-error-message govuk-!-margin-bottom-6">
Upload this spreadsheet again tomorrow or <a class="govuk-link" href="https://www.notifications.service.gov.uk/support">contact the GOV.UK Notify team</a> to raise the limit.
</p>
{% endif %}
</div>