Skip to content

Commit

Permalink
update modeleditor.pt to match Plone 6 main_template.pt
Browse files Browse the repository at this point in the history
  • Loading branch information
szakitibi authored Jul 31, 2024
1 parent b482755 commit bb94900
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/collective/easyform/browser/modeleditor.pt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
>

<body>
<metal:main fill-slot="content">
<tal:main-macro metal:define-macro="content">
<div id="content">
<metal:block fill-slot="content">
<metal:content metal:define-macro="content">
<article id="content">
<style type="text/css"
tal:content="string:@import url(${portal_url}/++resource++plone.app.dexterity.modeleditor.css);"
></style>
Expand Down Expand Up @@ -56,8 +56,8 @@
</form>
</div>

</div>
</tal:main-macro>
</metal:main>
</article>
</metal:content>
</metal:block>
</body>
</html>

0 comments on commit bb94900

Please sign in to comment.