From 0fae89dc4a206cdb8344267812b3533bd7f11b9b Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Mon, 4 Feb 2019 15:36:10 -0500 Subject: [PATCH] Add closing tag to checkbox input --- templates/components/checkbox_input.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/components/checkbox_input.html b/templates/components/checkbox_input.html index 8e40a0aa..9fe38075 100644 --- a/templates/components/checkbox_input.html +++ b/templates/components/checkbox_input.html @@ -1,4 +1,3 @@ - {% macro CheckboxInput(field, inline=False, classes="") -%}
@@ -11,8 +10,8 @@ {% if field.description %} {{ field.description | safe }} {% endif %} +
- {%- endmacro %}