link-service-to-organisations-tweaks

This commit is contained in:
chrisw
2018-02-20 11:30:46 +00:00
parent dd2231056d
commit 14b80622b7
13 changed files with 62 additions and 46 deletions
+1 -2
View File
@@ -248,7 +248,6 @@
{% if current_user.has_permissions(admin_override=True) %}
<h2 class="heading-medium">Platform admin settings</h2>
{% call mapping_table(
caption='Settings',
field_headings=['Label', 'Value', 'Action'],
@@ -257,7 +256,7 @@
) %}
{% call row() %}
{{ text_field('Organisation')}}
{{ optional_text_field(organisation or 'Not Set') }}
{{ optional_text_field(organisation or None) }}
{{ edit_field('Change', url_for('.link_service_to_organisation', service_id=current_service.id)) }}
{% endcall %}
{% call row() %}