From 5f9758832f172d9a8336d6ea95774e49b2fb0563 Mon Sep 17 00:00:00 2001 From: kakwa Date: Tue, 23 Jun 2015 22:30:43 +0200 Subject: [PATCH] fix form input string list --- resources/templates/form.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/templates/form.tmpl b/resources/templates/form.tmpl index ca0d3ce..07047f8 100644 --- a/resources/templates/form.tmpl +++ b/resources/templates/form.tmpl @@ -46,7 +46,7 @@ for a in sorted(attributes.keys(), key=lambda attr: attributes[attr]['weight']): ${attr['value']} % elif attr['type'] == 'stringlist': - ${value2} %for val in attr['values']: