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 i18n:translate="">Deadline</span>:</td> | ||||||
|       <td> |       <td> | ||||||
|         <span tal:content="item/deadline" /> |         <span tal:content="item/deadline" /> | ||||||
|         <span tal:condition="item/deadlineWithTime" |         <span tal:condition="item/deadlineWithTime|nothing" | ||||||
|               tal:content="item/deadlineTime" /> |               tal:content="item/deadlineTime" /> | ||||||
|       </td> |       </td> | ||||||
|     </tr> |     </tr> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue