From 853b2b137c6cffb39de42bd9c00eaf67f4336755 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Thu, 20 Feb 2020 12:03:02 +0000 Subject: [PATCH] Remove links to templates and permissions --- app/templates/views/get-started.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/views/get-started.html b/app/templates/views/get-started.html index 6b553053f..2fc4390c1 100644 --- a/app/templates/views/get-started.html +++ b/app/templates/views/get-started.html @@ -43,17 +43,17 @@
  • Write some messages

    -

    Add message templates with examples of the content you plan to send. You can use our guidance to help you.

    +

    Add message templates with examples of the content you plan to send. You can use our guidance to help you.

  • Set up your service

    {% if not current_user.is_authenticated or not current_service %}

    Review your settings to add message branding, reply-to addresses and sender information.

    -

    Add team members and check their permissions.

    +

    Add team members and check their permissions.

    {% else %}

    Review your settings to add message branding, reply-to addresses and sender information.

    -

    Add team members and check their permissions.

    +

    Add team members and check their permissions.

    {% endif %}