From eee3b419cf7b4e029d439e2af35821b416d1e2b0 Mon Sep 17 00:00:00 2001 From: kakwa Date: Wed, 3 Jun 2015 00:06:59 +0200 Subject: [PATCH] name the attributes of the add form --- resources/templates/form.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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