a few more organisation edits

This commit is contained in:
stvnrlly
2023-01-05 21:33:15 -05:00
parent b00fea05bc
commit 59d4f09d01
19 changed files with 53 additions and 53 deletions

View File

@@ -3,12 +3,12 @@
{% from "components/uk_components/button/macro.njk" import govukButton %}
{% block per_page_title %}
Organisations
Organizations
{% endblock %}
{% block platform_admin_content %}
<h1 class="heading-medium">Organisations</h1>
<h1 class="heading-medium">Organizations</h1>
{{ live_search(target_selector='.browse-list-item', show=True, form=search_form, label='Search by name') }}