From: Stéphane Jacob Date: Mon, 19 Oct 2009 18:18:02 +0000 (+0200) Subject: Fixes issue with the professional email publicity (Closes #983). X-Git-Tag: xorg/0.10.2~46 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=8ad827a748d857e3bf0f4da80477608b87ada63d;p=platal.git Fixes issue with the professional email publicity (Closes #983). --- diff --git a/ChangeLog b/ChangeLog index b3a6c41..48d2ad8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,9 @@ Bug/Wish: * Lists: - #978: An email address has to be valid to be added to a ML -JAC + * Profile: + - #983: Fixes issue with the professional email publicity -JAC + * XnetEvents: - #979: Fixes javascript for people who paid but did not book -JAC diff --git a/templates/profile/jobs.job.tpl b/templates/profile/jobs.job.tpl index b146549..63294af 100644 --- a/templates/profile/jobs.job.tpl +++ b/templates/profile/jobs.job.tpl @@ -114,7 +114,7 @@ - {include file="include/flags.radio.tpl" name="`$jobpref`[email_pub]" val=$job.mail_pub} + {include file="include/flags.radio.tpl" name="`$jobpref`[email_pub]" val=$job.email_pub}