Add live-search to /email-branding page

This commit is contained in:
Tom Byers
2018-08-15 20:35:45 +01:00
parent 3ea94128c6
commit cff43abfc6
2 changed files with 5 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{% extends "views/platform-admin/_base_template.html" %}
{% from "components/radios.html" import radios %}
{% from "components/page-footer.html" import page_footer %}
{% from "components/live-search.html" import live_search %}
{% block service_page_title %}
Select email branding
@@ -15,6 +16,7 @@
<div class="grid-row">
<div class="column-three-quarters">
<form method="post">
{{ live_search(target_selector='.multiple-choice', show=show_search_box, form=search_form) }}
{{ radios(form.email_branding) }}
{{ page_footer(
'Next'