projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3408852
)
Fixes display of the notification email when user chose the non-geocoded address.
author
Stéphane Jacob
<sj@m4x.org>
Sat, 12 Feb 2011 17:41:37 +0000
(18:41 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Sat, 12 Feb 2011 17:41:37 +0000
(18:41 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/profile/geocoding.mail.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/profile/geocoding.mail.tpl
b/templates/profile/geocoding.mail.tpl
index
f95dd33
..
1637b19
100644
(file)
--- 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}