Merge pull request #3507 from alphagov/duplicate-search-search

Remove duplicate live search control
This commit is contained in:
Chris Hill-Scott
2020-07-08 15:25:10 +01:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@@ -19,8 +19,6 @@
{{ live_search(target_selector='.multiple-choice', show=show_search_form, form=search_form, label='Search by name') }}
{{ live_search(target_selector='.multiple-choice', show=show_search_form, form=search_form, label='Search by name') }}
{% call form_wrapper() %}
{{ checkboxes(form.areas, hide_legend=True) }}
{{ sticky_page_footer('Add to broadcast') }}

View File

@@ -188,7 +188,7 @@ def test_navigation_for_services_with_broadcast_permission(
assert [
a['href'] for a in page.select('.navigation a')
] == [
'/services/{}'.format(SERVICE_ONE_ID),
'/services/{}/broadcast-dashboard'.format(SERVICE_ONE_ID),
'/services/{}/templates'.format(SERVICE_ONE_ID),
'/services/{}/users'.format(SERVICE_ONE_ID),
'/services/{}/service-settings'.format(SERVICE_ONE_ID),