mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Merge pull request #1989 from alphagov/rtgl-using-notify
Add link to request to go live from ‘Using Notify’
This commit is contained in:
@@ -17,7 +17,14 @@
|
|||||||
|
|
||||||
<h2 id="trial-mode" class="heading-medium">Trial mode</h2>
|
<h2 id="trial-mode" class="heading-medium">Trial mode</h2>
|
||||||
<p>When you create a GOV.UK Notify account, you’ll start in trial mode. This lets you try out the service, but has some restrictions in place.</p>
|
<p>When you create a GOV.UK Notify account, you’ll start in trial mode. This lets you try out the service, but has some restrictions in place.</p>
|
||||||
<p>You can remove these restrictions by going live.</p>
|
<p>
|
||||||
|
You can remove these restrictions by
|
||||||
|
{% if current_service and current_service.restricted %}
|
||||||
|
<a href="{{ url_for('.request_to_go_live', service_id=current_service.id) }}">requesting to go live</a>.
|
||||||
|
{% else %}
|
||||||
|
going live.
|
||||||
|
{% endif %}
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3 class="heading-small">Restrictions in trial mode</h3>
|
<h3 class="heading-small">Restrictions in trial mode</h3>
|
||||||
<p>In trial mode, you can:</p>
|
<p>In trial mode, you can:</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user