Make ‘thanks’ page consistent with support page

On the support page we now promise that we’ll:
- look at tickets within half an hour
- reply within one working day

The thanks page was always promising a reply within half an hour, during
business hours or an emergency. This commit changes the ‘thanks’ page to
be consistent with the support page.
This commit is contained in:
Chris Hill-Scott
2019-07-12 10:35:49 +01:00
parent c286ea5fc4
commit e1c4e51995
3 changed files with 100 additions and 68 deletions

View File

@@ -9,19 +9,26 @@
{% block maincolumn_content %}
<h1 class="heading-large">
Thanks for contacting GOV.UK Notify
Thanks for contacting us
</h1>
<p>
{% if anonymous %}
Well look into it
{% if out_of_hours_emergency %}
Well reply in the next 30 minutes.
{% else %}
Well get back to you
{% endif %}
{% if urgent %}
within 30 minutes.
{% else %}
by the next working day.
{% if email_address_provided %}
{% if out_of_hours %}
Well reply within one working day.
{% else %}
Well read it in the next 30 minutes and reply within one
working day.
{% endif %}
{% else %}
{% if out_of_hours %}
Well read it when were back in the office.
{% else %}
Well read it in the next 30 minutes.
{% endif %}
{% endif %}
{% endif %}
</p>
<p>