fix issue with empty slots
This commit is contained in:
parent
6b3b7dad7a
commit
649f79b000
1 changed files with 8 additions and 8 deletions
|
@ -27,10 +27,10 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="content" metal:define-macro="content">
|
<div id="content" metal:define-macro="content">
|
||||||
<div metal:define-slot="breadcrumbs" />
|
<div metal:define-slot="breadcrumbs"></div>
|
||||||
<div metal:define-slot="actions" />
|
<div metal:define-slot="actions"></div>
|
||||||
<div metal:define-slot="message" />
|
<div metal:define-slot="message"></div>
|
||||||
<div metal:define-slot="view_modes" />
|
<div metal:define-slot="view_modes"></div>
|
||||||
<metal:content define-slot="content">
|
<metal:content define-slot="content">
|
||||||
<tal:content define="item nocall:view/item;
|
<tal:content define="item nocall:view/item;
|
||||||
level level|python: 1;
|
level level|python: 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue