From db3e12ec2ebd8df3ccf01698afb0a0df58da3559 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 12 Feb 2012 13:30:42 +0000 Subject: fix for loop logic when having more than one value ( the layout still need to be approved ) --- root/user/index.tt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'root') diff --git a/root/user/index.tt b/root/user/index.tt index 3307e4e..873be65 100644 --- a/root/user/index.tt +++ b/root/user/index.tt @@ -13,8 +13,10 @@ [% val %]
[% END %] + [% END %] + [% FOREACH val IN attr.values %] [% IF attr.addable AND attr.editable %] [% END %] -- cgit v1.2.1