Swap folder permissions and sign in method

This makes the order match what is shown on the individual team members
page.
This commit is contained in:
Chris Hill-Scott
2019-05-17 13:07:35 +01:00
parent 1f601cd807
commit 5a0bba22ee

View File

@@ -48,15 +48,6 @@
label
) }}
{% endfor %}
{% if current_service.has_permission('email_auth') %}
<div class="tick-cross-list-hint">
{% if user.auth_type == 'sms_auth' %}
Signs in with a text message code
{% else %}
Signs in with an email link
{% endif %}
</div>
{% endif %}
{# only show if the service has folders #}
{% if current_service.all_template_folders %}
<div class="tick-cross-list-hint">
@@ -71,6 +62,15 @@
{% endif%}
</div>
{% endif %}
{% if current_service.has_permission('email_auth') %}
<div class="tick-cross-list-hint">
{% if user.auth_type == 'sms_auth' %}
Signs in with a text message code
{% else %}
Signs in with an email link
{% endif %}
</div>
{% endif %}
</div>
{% if current_user.has_permissions('manage_service') %}
<li class="tick-cross-list-edit-link">