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() }}