diff --git a/resources/templates/form.tmpl b/resources/templates/form.tmpl index c0a74a7..5bbe644 100644 --- a/resources/templates/form.tmpl +++ b/resources/templates/form.tmpl @@ -10,7 +10,8 @@ % elif attr['type'] == 'int': % elif attr['type'] == 'fix': - + + ${attr['value']} % elif attr['type'] == 'stringlist':