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 @@ % elif attr['type'] == 'string': % elif attr['type'] == 'email': - + % elif attr['type'] == 'int': % elif attr['type'] == 'fix': @@ -59,9 +59,10 @@ % elif attr['type'] == 'password': Retype ${attr['display_name']} - + % endif +
% endfor %def>