From de5f760c37f0faf04ed87acea54b9349eb361f4f Mon Sep 17 00:00:00 2001 From: kakwa Date: Wed, 5 Apr 2017 23:37:41 +0200 Subject: [PATCH] removing duplicate option in form select fields --- resources/templates/form.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/templates/form.tmpl b/resources/templates/form.tmpl index 6ad71d3..7999466 100644 --- a/resources/templates/form.tmpl +++ b/resources/templates/form.tmpl @@ -58,7 +58,9 @@ for a in sorted(attributes.keys(), key=lambda attr: attributes[attr]['weight']): % elif attr['type'] == 'password':