Skip to content

Commit

Permalink
Remove unwanted extra container classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Sep 9, 2024
1 parent dc40f91 commit cea8e90
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/osha/oira/ploneintranet/templates/quaive-form.pt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@

<metal:title fill-slot="title">${view/label}</metal:title>
<metal:content fill-slot="content">
<div class="container"
id="quaive-content"
>
<div id="quaive-content">
<form class="pat-form pat-inject"
id="${view/id}"
action="${python: request.get('quaive_edit_url') or request.getURL()}"
Expand Down Expand Up @@ -65,7 +63,7 @@
tal:content="status"
i18n:domain="plone"
>Form-global message</p>
<fieldset class="form-panel section horizontal">
<fieldset class="section horizontal">
<tal:widget tal:repeat="widget view/widgets/values"
content="structure widget/render"
>
Expand Down

0 comments on commit cea8e90

Please sign in to comment.