From: Stéphane Jacob Date: Fri, 6 Apr 2012 16:03:05 +0000 (+0200) Subject: Adds link to account on Xnet account validation (Closes #1609). X-Git-Tag: xorg/1.1.5~33 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=d38a639bf000cd3efe0a135018cdd0c011e81466;p=platal.git Adds link to account on Xnet account validation (Closes #1609). Signed-off-by: Stéphane Jacob --- diff --git a/ChangeLog b/ChangeLog index 12158fa..4d4e410 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,9 @@ Bug/Wish: - #1578: Fixes deletion of people inscriptions -GLN - #1348: Keeps the amount paid when updating participation -GLN + * XnetGrp: + - #1609: Adds link to account on Xnet account validation -JAC + From 1.1.4 branch: * XnetEvent: diff --git a/templates/include/form.valid.account.tpl b/templates/include/form.valid.account.tpl index ec95e7f..5698cd6 100644 --- a/templates/include/form.valid.account.tpl +++ b/templates/include/form.valid.account.tpl @@ -34,7 +34,7 @@ Adresse email : - {$valid->email} + {$valid->email} {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *} diff --git a/templates/include/form.valid.bulk_accounts.tpl b/templates/include/form.valid.bulk_accounts.tpl index 2feb883..12239fd 100644 --- a/templates/include/form.valid.bulk_accounts.tpl +++ b/templates/include/form.valid.bulk_accounts.tpl @@ -29,7 +29,7 @@ | {foreach from=$valid->users item=user} -  {$user.email} | +  {$user.email} | {/foreach}