Link to request to go live from the guidance

If we know what service someone has been using, we can take them to the
right place.
This commit is contained in:
Chris Hill-Scott
2018-02-20 11:54:28 +00:00
parent 4a6d0d08d4
commit c5b51bc5ec

View File

@@ -25,7 +25,13 @@
<h2 id="trial-mode" class="heading-medium">Trial mode</h2>
<p>When you sign up to GOV.UK Notify, youll start in trial mode. In trial mode, you can send up to 50 text messages and emails a day. You can only send them to yourself and other people in your team.</p>
<p>You cant send letters in trial mode.</p>
<p>When you request to go live on Notify, well remove these restrictions.</p>
<p>When you
{% if current_service and current_service.restricted %}
<a href="{{ url_for('main.request_to_go_live', service_id=current_service.id) }}">request to go live</a>
{% else %}
request to go live
{% endif %}
on Notify, well remove these restrictions.</p>
<h2 id="messagedeliveryandfailure" class="heading-medium">Sending messages</h2>
<p>When you send a message, it moves through different states in Notify.</p>