Move expectation-setting text to initial page

We have tickets from people asking how long the process takes. I suspect
that this is because they’re not getting to the bottom of the form
before they’re ready to go live.
This commit is contained in:
Chris Hill-Scott
2018-02-20 12:17:19 +00:00
parent 7dc278c959
commit 8a857d2618
2 changed files with 3 additions and 3 deletions

View File

@@ -32,6 +32,9 @@
<a href="https://www.gov.uk/service-manual/design/sending-emails-and-text-messages">writing text messages and emails</a>
</li>
</ul>
<p>
Once youve made the request, well put your service live within one working day.
</p>
<p>
<a href="{{ url_for('main.submit_request_to_go_live', service_id=current_service.id) }}" class="button">Next</a>
</p>

View File

@@ -36,9 +36,6 @@
form.method_upload,
form.method_api
]) }}
<p>
Once youve completed the tasks needed to set up, well make your service live. Well do this within one working day.
</p>
<p>
By requesting to go live youre agreeing to our <a href="{{ url_for('.terms') }}">terms of use</a>.
</p>