diff --git a/resources/templates/form.tmpl b/resources/templates/form.tmpl index 2825e90..64babee 100644 --- a/resources/templates/form.tmpl +++ b/resources/templates/form.tmpl @@ -4,13 +4,13 @@
${attr['display_name']} % if attr['type'] == 'string': - + % elif attr['type'] == 'email': - + % elif attr['type'] == 'int': % elif attr['type'] == 'fix': - + % elif attr['type'] == 'stringlist':