fix slot definitions - do never use empty tags for this
This commit is contained in:
		
							parent
							
								
									e802a8bc6e
								
							
						
					
					
						commit
						42aa8ac1b6
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -27,10 +27,10 @@ | |||
|     </div> | ||||
| 
 | ||||
|     <div id="content" metal:define-macro="content"> | ||||
|       <div metal:define-slot="breadcrumbs" /> | ||||
|       <div metal:define-slot="actions" /> | ||||
|       <div metal:define-slot="message" /> | ||||
|       <div metal:define-slot="view_modes" /> | ||||
|       <div metal:define-slot="breadcrumbs"></div> | ||||
|       <div metal:define-slot="actions"></div> | ||||
|       <div metal:define-slot="message"></div> | ||||
|       <div metal:define-slot="view_modes"></div> | ||||
|       <metal:content define-slot="content"> | ||||
|         <tal:content define="item nocall:view/item; | ||||
|                              level level|python: 1; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue