diff --git a/resources/templates/form.tmpl b/resources/templates/form.tmpl index b947517..1d4891c 100644 --- a/resources/templates/form.tmpl +++ b/resources/templates/form.tmpl @@ -43,7 +43,7 @@ for a in sorted(attributes.keys(), key=lambda attr: attributes[attr]['weight']): % elif attr['type'] == 'string': % elif attr['type'] == 'email': - + % elif attr['type'] == 'int': % elif attr['type'] == 'fix': @@ -59,9 +59,10 @@ for a in sorted(attributes.keys(), key=lambda attr: attributes[attr]['weight']): % elif attr['type'] == 'password': Retype ${attr['display_name']} - + % endif +
% endfor