Add live search to letter brandings

Matches what we do for email branding, makes the one you’re lookig for
quicker to find.
This commit is contained in:
Chris Hill-Scott
2018-11-05 13:58:22 +00:00
parent 43988661d6
commit 10013a19aa
3 changed files with 14 additions and 15 deletions

View File

@@ -891,6 +891,7 @@ def set_letter_branding(service_id):
return render_template(
'views/service-settings/set-letter-branding.html',
form=form,
search_form=SearchTemplatesForm(),
)