From f6642aa6e3b81eb757757389594ff1c195486435 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Thu, 9 Aug 2018 16:42:28 +0100 Subject: [PATCH] Remove branding_radios macro No longer used by any template so remove. (It'll still be in the history if we need it.) --- app/templates/components/radios.html | 45 ---------------------------- 1 file changed, 45 deletions(-) diff --git a/app/templates/components/radios.html b/app/templates/components/radios.html index 26c9e512f..0604c9361 100644 --- a/app/templates/components/radios.html +++ b/app/templates/components/radios.html @@ -91,51 +91,6 @@ {% endmacro %} -{% macro branding_radios( - field, - hint=None, - branding_dict={}, - show_header=True -) %} -
-
- - {% if show_header %} - {{ field.label.text }} - {% endif %} - {% if field.errors %} - - {{ field.errors[0] }} - - {% endif %} - - {% for value, option, checked in field.iter_choices() %} -
- - -
- {% endfor %} -
-
-{% endmacro %} - {% macro conditional_radio_panel(id) %}
{{ caller() }}