Convert radios on email branding page

This commit is contained in:
Tom Byers
2020-06-26 21:57:36 +01:00
parent 8e3cddd66d
commit 22e6421799

View File

@@ -1,5 +1,4 @@
{% extends "withnav_template.html" %}
{% from "components/radios.html" import radios %}
{% from "components/page-header.html" import page_header %}
{% from "components/page-footer.html" import page_footer, sticky_page_footer %}
{% from "components/live-search.html" import live_search %}
@@ -31,7 +30,7 @@
label='Search branding styles by name',
autofocus=True
) }}
{{ radios(form.branding_style) }}
{{ form.branding_style }}
</div>
</div>
{{ sticky_page_footer('Preview') }}