From fa72c35fcefeb077d8277c9c0d82bd29b1ce4db9 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Thu, 31 Oct 2019 08:40:25 +0000 Subject: [PATCH] Update app/templates/views/get-started.html Co-Authored-By: Chris Hill-Scott --- app/templates/views/get-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/get-started.html b/app/templates/views/get-started.html index 141fbafd5..d8d957695 100644 --- a/app/templates/views/get-started.html +++ b/app/templates/views/get-started.html @@ -52,7 +52,7 @@
  • Set up your service

    - {% if not current_user.is_authenticated %} + {% 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.

    {% else %}