Merge pull request #2293 from alphagov/fix-live-search-brand-select

Fix live search on email brand selection
This commit is contained in:
Chris Hill-Scott
2018-09-06 15:33:53 +01:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
</div>
<div class="grid-row">
<div class="column-full">
{{ live_search(target_selector='.brand_styles .multiple-choice', show=show_search_box, form=search_form, label='Search branding styles by name') }}
{{ live_search(target_selector='.multiple-choice', show=show_search_box, form=search_form, label='Search branding styles by name') }}
{{ radios(form.branding_style) }}
</div>
</div>