From 03436440048f8e97ba60b72b7d3db709cfd6c7b8 Mon Sep 17 00:00:00 2001 From: kakwa Date: Wed, 3 Jun 2015 22:45:34 +0200 Subject: [PATCH] handle fixed value while displaying it in form --- resources/templates/form.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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':