Update if statement and instructions

Update if statement and instructions to make them consistent with the guidance pages.
This commit is contained in:
karlchillmaid
2020-01-27 09:31:45 +00:00
committed by GitHub
parent f771e402a0
commit 885b78eac5

View File

@@ -16,15 +16,20 @@
<li>create letter templates, but not send them</li>
</ul>
<p>
To remove these restrictions,
{% if current_service and current_service.trial_mode %}
you can <a href="{{ url_for('.request_to_go_live', service_id=current_service.id) }}">request to go live</a>.
<p>
To remove these restrictions, you can <a href="{{ url_for('.request_to_go_live', service_id=current_service.id) }}">request to go live</a>.</p>
{% else %}
go to the Settings page and request to go live.
{% endif %}
<p>
To remove these restrictions:
</p>
<ol class="list list-number">
<li><a href="{{ url_for('.sign_in') }}">Sign in to Notify</a>.</li>
<li>Go to the <b class="govuk-!-font-weight-bold">Settings</b> page.</li>
<li>Select <b class="govuk-!-font-weight-bold">Request to go live</b>.</li>
</ol>
{% endif %}
<p>Before you request to go live, you must:</p>
<ul class="list list-bullet">
<li>accept our data sharing and financial agreement</li>