Avoid privacy issues

This commit is contained in:
Alexis de Lattre
2016-05-11 18:42:52 +02:00
parent 02940c08cd
commit 6e8e9fa1aa
3 changed files with 31 additions and 23 deletions

View File

@@ -89,10 +89,8 @@ if not object.no_email_notification:
% endif
<li>Number of days : ${object.number_of_days < 0 and object.number_of_days * -1 or object.number_of_days}</li>
<li>Leave type : ${object.holiday_status_id.name or ''}</li>
<li>Description : ${object.name or ''}</li>
% if object.notes:
<li>Notes : ${object.notes or ''}</li>
% endif
<li>Public title : ${object.name or ''}</li>
<li>Notes for the manager : ${object.notes or ''}</li>
</ul>
% if ctx.get('wkf_tracker') == 'submitted':