From d1da749a7fa7f4627707fdd44c5e34bf85ff096e Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 27 Mar 2018 17:18:54 +0100 Subject: [PATCH] =?UTF-8?q?Add=20link=20to=20request=20to=20go=20live=20fr?= =?UTF-8?q?om=20=E2=80=98Using=20Notify=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We used to have this link. It went away at some point. This should reduce the number of users raising support tickets asking ‘how do I get a live API key’ and similar. --- app/templates/views/using-notify.html | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/app/templates/views/using-notify.html b/app/templates/views/using-notify.html index f07ff9195..cef39cde7 100644 --- a/app/templates/views/using-notify.html +++ b/app/templates/views/using-notify.html @@ -14,11 +14,18 @@

Using Notify

- +

Trial mode

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.

-

You can remove these restrictions by going live.

- +

+ You can remove these restrictions by + {% if current_service and current_service.restricted %} + requesting to go live. + {% else %} + going live. + {% endif %} +

+

Restrictions in trial mode

In trial mode, you can:

- +

Letters

-

Letters can be up to 6 pages long (3 sides of paper, double-sided).

+

Letters can be up to 6 pages long (3 sides of paper, double-sided).

Notify sends letters in C5 size envelopes, with a window.

- +