From 885b78eac512a571c8c8133444dffd8a796ae6b3 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 27 Jan 2020 09:31:45 +0000 Subject: [PATCH] Update if statement and instructions Update if statement and instructions to make them consistent with the guidance pages. --- app/templates/views/trial-mode.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/app/templates/views/trial-mode.html b/app/templates/views/trial-mode.html index fcd75e453..52166a0fb 100644 --- a/app/templates/views/trial-mode.html +++ b/app/templates/views/trial-mode.html @@ -16,15 +16,20 @@
  • create letter templates, but not send them
  • -

    - To remove these restrictions, {% if current_service and current_service.trial_mode %} - you can request to go live. +

    + To remove these restrictions, you can request to go live.

    {% else %} - go to the Settings page and request to go live. - {% endif %} +

    + To remove these restrictions:

    - +
      +
    1. Sign in to Notify.
    2. +
    3. Go to the Settings page.
    4. +
    5. Select Request to go live.
    6. +
    + {% endif %} +

    Before you request to go live, you must: