+
- {{ live_search(target_selector='.browse-list-item', show=True, form=search_form, label='Search by name') }}
+
+
+
+
+ All organisations
+
+
+
-
-
+
+
+
{% endblock %}
diff --git a/tests/app/main/views/organisations/test_organisation.py b/tests/app/main/views/organisations/test_organisation.py
index afd7f3dc3..831487e0a 100644
--- a/tests/app/main/views/organisations/test_organisation.py
+++ b/tests/app/main/views/organisations/test_organisation.py
@@ -37,7 +37,7 @@ def test_organisation_page_shows_all_organisations(
assert normalize_spaces(
page.select_one('h1').text
- ) == "Organisations"
+ ) == "All organisations"
for index, org in enumerate(orgs):
assert page.select('a.browse-list-link')[index].text == org['name']