From: Stéphane Jacob Date: Sun, 8 Apr 2012 15:03:29 +0000 (+0200) Subject: Fixes Xnet events edition for users without profile (Closes #1603). X-Git-Tag: xorg/1.1.5~30 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=85dec4425aa80006811220a944ff3b17deeab912;p=platal.git Fixes Xnet events edition for users without profile (Closes #1603). Signed-off-by: Stéphane Jacob --- diff --git a/ChangeLog b/ChangeLog index 9cd5745..37b1d76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,7 @@ Bug/Wish: - #1577: Fixes alternative payements given by admins -GLN - #1578: Fixes deletion of people inscriptions -GLN - #1348: Keeps the amount paid when updating participation -GLN + - #1603: Fixes Xnet events edition for users without profile -JAC * XnetGrp: - #1609: Adds link to account on Xnet account validation -JAC diff --git a/templates/xnetevents/edit.tpl b/templates/xnetevents/edit.tpl index bb31dcc..36d36f0 100644 --- a/templates/xnetevents/edit.tpl +++ b/templates/xnetevents/edit.tpl @@ -197,8 +197,7 @@ Ton inscription à [METS LE NOM DE L'ÉVÉNEMENT ICI] a bien été enregistrée À très bientôt, -- -{assign var="profile" value=$smarty.session.user->profile()} -{$profile->fullName("promo")}{/if}
+{$smarty.session.user->fullName("promo")}{/if}
{assign var='asso_url' value=$globals->baseurl|cat:'/'|cat:$platal->ns} Page internet de l'événement :
Rendre public le télépaiement :