Skip to content

Commit

Permalink
[FIX] website_event: restore event list layout
Browse files Browse the repository at this point in the history
Commit b43364a
introduced a row in a row. On a standard database, the bug is invisible.
When the user wants to edit that event list page, the right column... is
not on the right anymore.

Note: in 12.0, thanks to BS4, the bug was revealed even more as even on
a standard non-edited database, the bug is visible.

Closes #28693
  • Loading branch information
qsm-odoo committed Nov 15, 2018
1 parent 5523e6b commit 55104b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions addons/website_event/views/website_event_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@
</li>
</ul>
</div>
<div class="row">
<div class="col-sm-6 col-xs-offset-3">
<t t-call="website.pager"/>
</div>
</div>
<div class="col-md-3 oe_structure" id="right_column">
</div>
</div>
<div class="row">
<div class="col-sm-6 col-xs-offset-3">
<t t-call="website.pager"/>
</div>
</div>
</div>
<div class="oe_structure"/>
</div>
Expand Down

0 comments on commit 55104b9

Please sign in to comment.