do not obfuscate emails

This commit is contained in:
Frédéric Péters 2011-11-29 11:26:38 +01:00
parent 5f2a0370b7
commit 29d0ac3275
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ class SyncFromPcfDbView(BrowserView):
break
titre, sexe, nom, prenom, adjoint, email, attrib = row
s.append('<li><a href="mailto:%s">%s %s %s</a>' % (
email.replace('@', ' arobase ').replace('.', ' point '),
email,
titre, prenom, nom))
if adjoint:
if sexe == 'M':