From: Stéphane Jacob Date: Sat, 12 Feb 2011 17:41:37 +0000 (+0100) Subject: Fixes display of the notification email when user chose the non-geocoded address. X-Git-Tag: xorg/1.1.0~1^2~24 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=015e4a905822dcf0e506e3e8d95878e44c567ef1;p=platal.git Fixes display of the notification email when user chose the non-geocoded address. Signed-off-by: Stéphane Jacob --- diff --git a/templates/profile/geocoding.mail.tpl b/templates/profile/geocoding.mail.tpl index f95dd33..1637b19 100644 --- a/templates/profile/geocoding.mail.tpl +++ b/templates/profile/geocoding.mail.tpl @@ -30,10 +30,10 @@ Un camarade {$smarty.session.hruid} a forcé l'utilisation de l'adresse entrée à la main et a refusé la version geolocalisée : '''Version utilisateur (validée) :'''\\ -{$text|replace:"\n":"\\\\\n"} +{$text} '''Version geoloc (refusée) :'''\\ -{$geoloc|replace:"\n":"\\\\\n"} +{$geoloc} {include file="include/signature.mail.tpl"} {/if}