#PHRAS-276 #time 45m

This commit is contained in:
Jean-Yves Gaulier
2015-01-28 19:57:20 +01:00
parent 0488091c4b
commit 5802659712

View File

@@ -106,7 +106,7 @@
{% if expiration is not none %} {% if expiration is not none %}
<tr> <tr>
<td height="60" valign="center" align="center" style="font-family: Helvetica, Tahoma, Arial, sans-serif; font-size:13px; line-height:16px; color:#999999;"> <td height="60" valign="center" align="center" style="font-family: Helvetica, Tahoma, Arial, sans-serif; font-size:13px; line-height:16px; color:#999999;">
Ce lien est valable jusqu'au {{ app['date-formatter'].getDate(expiration) }} {{ app['date-formatter'].getTime(expiration) }} {% trans 'Ce lien est valable jusqu\'au' %} {{ app['date-formatter'].getDate(expiration) }} {{ app['date-formatter'].getTime(expiration) }}
</td> </td>
</tr> </tr>
{% endif %} {% endif %}