Fix if statements

Swap content round so the if statement works properly.
This commit is contained in:
karlchillmaid
2019-10-16 10:44:07 +01:00
committed by GitHub
parent 8c782b040a
commit 07358f27b7

View File

@@ -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 youre ready to start sending messages to people outside your team.</p>
{% else %}
<p>You should request to go live when youre 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 youre ready to start sending messages to people outside your team.</p>
{% endif %}
<p>When we receive your request well get back to you within one working day.</p>