From 529f9a6c6440cdd99ea9cada36e91d0353b86371 Mon Sep 17 00:00:00 2001 From: Joachim Lusiardi Date: Sat, 23 Jul 2016 13:09:38 +0200 Subject: [PATCH] Fixed problem with preselected values --- app/templates/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/layout.html b/app/templates/layout.html index b7e3797..fc5929b 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -35,13 +35,13 @@ {% if field.type == 'SelectField' %} {% elif field.type == 'SelectMultipleField' %} {% elif field.type == 'BooleanField' %}