mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 18:18:26 -04:00
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:
@@ -32,6 +32,9 @@
|
|||||||
<a href="https://www.gov.uk/service-manual/design/sending-emails-and-text-messages">writing text messages and emails</a>
|
<a href="https://www.gov.uk/service-manual/design/sending-emails-and-text-messages">writing text messages and emails</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p>
|
||||||
|
Once you’ve made the request, we’ll put your service live within one working day.
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ url_for('main.submit_request_to_go_live', service_id=current_service.id) }}" class="button">Next</a>
|
<a href="{{ url_for('main.submit_request_to_go_live', service_id=current_service.id) }}" class="button">Next</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -36,9 +36,6 @@
|
|||||||
form.method_upload,
|
form.method_upload,
|
||||||
form.method_api
|
form.method_api
|
||||||
]) }}
|
]) }}
|
||||||
<p>
|
|
||||||
Once you’ve completed the tasks needed to set up, we’ll make your service live. We’ll do this within one working day.
|
|
||||||
</p>
|
|
||||||
<p>
|
<p>
|
||||||
By requesting to go live you’re agreeing to our <a href="{{ url_for('.terms') }}">terms of use</a>.
|
By requesting to go live you’re agreeing to our <a href="{{ url_for('.terms') }}">terms of use</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user