diff --git a/resources/templates/form.tmpl b/resources/templates/form.tmpl index 64babee..c0a74a7 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': % elif attr['type'] == 'password': - + Retype ${attr['display_name']} - + % endif