From 473c2a4f5ba4dde2c3f24ed50d31cfcb244fa614 Mon Sep 17 00:00:00 2001 From: Joachim Lusiardi Date: Mon, 18 Jul 2016 21:30:06 +0200 Subject: [PATCH 1/2] Slight style improvement --- app/templates/layout.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/templates/layout.html b/app/templates/layout.html index 8920020..b7e3797 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -38,6 +38,12 @@ {% endfor %} + {% elif field.type == 'SelectMultipleField' %} + {% elif field.type == 'BooleanField' %} {% elif field.type == 'StringField' %} From 529f9a6c6440cdd99ea9cada36e91d0353b86371 Mon Sep 17 00:00:00 2001 From: Joachim Lusiardi Date: Sat, 23 Jul 2016 13:09:38 +0200 Subject: [PATCH 2/2] 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' %}