mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Merge pull request #3507 from alphagov/duplicate-search-search
Remove duplicate live search control
This commit is contained in:
@@ -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') }}
|
||||||
|
|
||||||
{{ live_search(target_selector='.multiple-choice', show=show_search_form, form=search_form, label='Search by name') }}
|
|
||||||
|
|
||||||
{% call form_wrapper() %}
|
{% call form_wrapper() %}
|
||||||
{{ checkboxes(form.areas, hide_legend=True) }}
|
{{ checkboxes(form.areas, hide_legend=True) }}
|
||||||
{{ sticky_page_footer('Add to broadcast') }}
|
{{ sticky_page_footer('Add to broadcast') }}
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ def test_navigation_for_services_with_broadcast_permission(
|
|||||||
assert [
|
assert [
|
||||||
a['href'] for a in page.select('.navigation a')
|
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/{}/templates'.format(SERVICE_ONE_ID),
|
||||||
'/services/{}/users'.format(SERVICE_ONE_ID),
|
'/services/{}/users'.format(SERVICE_ONE_ID),
|
||||||
'/services/{}/service-settings'.format(SERVICE_ONE_ID),
|
'/services/{}/service-settings'.format(SERVICE_ONE_ID),
|
||||||
|
|||||||
Reference in New Issue
Block a user