mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-26 16:20:19 -04:00
Update app/templates/views/get-started.html
Co-Authored-By: Chris Hill-Scott <me@quis.cc>
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user