mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-17 21:20:32 -04:00
Fix if statements
Swap content round so the if statement works properly.
This commit is contained in:
@@ -60,20 +60,20 @@
|
||||
<li>
|
||||
<h2 class="heading-small">Manage your team members and settings</h2>
|
||||
{% if not current_user.is_authenticated %}
|
||||
<p>Check that each of your <a href="{{ url_for('') }}">team members</a> has the right <a href="{{ url_for('main.features', _anchor='permissions') }}">permissions</a>.</p>
|
||||
<p>Review your <a href="{{ url_for('') }}">settings</a> to make sure you have the right branding and sender information.</p>
|
||||
{% else %}
|
||||
<p>Check that each of your team members has the right <a href="{{ url_for('main.features', _anchor='permissions') }}">permissions</a>.</p>
|
||||
<p>Review your settings to make sure you have the right branding and sender information.</p>
|
||||
{% else %}
|
||||
<p>Check that each of your <a href="{{ url_for('') }}">team members</a> has the right <a href="{{ url_for('main.features', _anchor='permissions') }}">permissions</a>.</p>
|
||||
<p>Review your <a href="{{ url_for('') }}">settings</a> to make sure you have the right branding and sender information.</p>
|
||||
{% endif %}
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="heading-small">Start sending messages</h2>
|
||||
{% if not current_user.is_authenticated %}
|
||||
<p>You should <a href="{{ url_for('') }}">request to go live</a> when you’re ready to start sending messages to people outside your team.</p>
|
||||
{% else %}
|
||||
<p>You should request to go live when you’re ready to start sending messages to people outside your team.</p>
|
||||
{% else %}
|
||||
<p>You should <a href="{{ url_for('') }}">request to go live</a> when you’re ready to start sending messages to people outside your team.</p>
|
||||
{% endif %}
|
||||
<p>When we receive your request we’ll get back to you within one working day.</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user