diff --git a/sipa/templates/macros/forms.html b/sipa/templates/macros/forms.html index 79a374ed..c89443c7 100644 --- a/sipa/templates/macros/forms.html +++ b/sipa/templates/macros/forms.html @@ -19,9 +19,9 @@ {% elif field.type == "RadioField" %} - + {{ field.label() }} - + {% for subfield in field %} @@ -31,9 +31,9 @@ {% endfor %} {% elif field.type != "HiddenField" %} - + {{ field.label() }} - + {{ render_field(field, focus=focus) }}