From 6150447c858249d48289ddd25141d7ac401982e9 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 10 Jul 2020 23:55:46 +0100 Subject: Fix bootstrap toggle button not matching backing radio button --- app/templates/macros/forms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/macros/forms.html b/app/templates/macros/forms.html index d28199e..9c56a48 100644 --- a/app/templates/macros/forms.html +++ b/app/templates/macros/forms.html @@ -136,7 +136,7 @@ {% macro render_toggle_field(field, icons=[]) -%}
{% for value, label, checked in field.iter_choices() %} -