Update app/templates/views/get-started.html

Co-Authored-By: Chris Hill-Scott <me@quis.cc>
This commit is contained in:
karlchillmaid
2019-10-31 08:40:25 +00:00
committed by GitHub
parent 0b089bda32
commit fa72c35fce

View File

@@ -52,7 +52,7 @@
<li>
<h2 class="heading-small">Set up your service</h2>
{% if not current_user.is_authenticated %}
{% if not current_user.is_authenticated or not current_service %}
<p>Review your settings to add message branding, reply-to addresses and sender information.</p>
<p>Add team members and check their <a href="{{ url_for('main.features', _anchor='permissions') }}">permissions</a>.</p>
{% else %}