From: Florent Bruneau Date: Tue, 19 Oct 2010 18:39:27 +0000 (+0200) Subject: Fix list of users who paid for the event but didn't register themselves. X-Git-Tag: xorg/1.0.1~15^2~1 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=896479aea617590a524952f6f80195800d3efcf8;p=platal.git Fix list of users who paid for the event but didn't register themselves. (Closes #1281) Signed-off-by: Florent Bruneau --- diff --git a/templates/xnetevents/admin.tpl b/templates/xnetevents/admin.tpl index d6f1690..4985dd2 100644 --- a/templates/xnetevents/admin.tpl +++ b/templates/xnetevents/admin.tpl @@ -84,7 +84,7 @@ Ils ont payé mais ont oublié de s'inscrire : Infos Montant - {iterate from=$oubliinscription item=m} + {foreach from=$oubliinscription item=m} {if $is_admin}{/if} @@ -97,9 +97,9 @@ Ils ont payé mais ont oublié de s'inscrire : {icon name=vcard title="vcard"} {icon name=email title="email"} - {$m.montant} + {$m.amount} - {/iterate} + {/foreach}