diff --git a/app/templates/layout.html b/app/templates/layout.html index 8920020..fc5929b 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -35,7 +35,13 @@ {% if field.type == 'SelectField' %} + {% elif field.type == 'SelectMultipleField' %} + {% elif field.type == 'BooleanField' %}