Update style radios for choosing brand combination

They were already using the 'name' field in their
label but we don't want any other part of the
branding to appear now.
This commit is contained in:
Tom Byers
2018-08-09 16:33:40 +01:00
parent 1269071da2
commit 7c398a8a2f

View File

@@ -1,5 +1,5 @@
{% extends "withnav_template.html" %}
{% from "components/radios.html" import radios, branding_radios %}
{% from "components/radios.html" import radios %}
{% from "components/page-footer.html" import page_footer %}
{% block service_page_title %}
@@ -15,7 +15,7 @@
{{ radios(form.branding_type) }}
</div>
<div class="column-one-half">
{{ branding_radios(form.branding_style, branding_dict=branding_dict) }}
{{ radios(form.branding_style) }}
</div>
</div>
<div class="grid-row">