avoid error when no task is assigned
This commit is contained in:
parent
0bac3ecc13
commit
c06785b98b
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@
|
|||
<td><span i18n:translate="">Deadline</span>:</td>
|
||||
<td>
|
||||
<span tal:content="item/deadline" />
|
||||
<span tal:condition="item/deadlineWithTime"
|
||||
<span tal:condition="item/deadlineWithTime|nothing"
|
||||
tal:content="item/deadlineTime" />
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue