Skip to content
Snippets Groups Projects
Commit 66d37834 authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] website: add correct ID on demo pages container

closes odoo/odoo#27244
parent fd122aec
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@ response = request.render("website.template_partner_comment", {
<t t-set="bs_state_colors" t-value="[['success', 'Success'], ['info', 'Info'], ['warning', 'Warning'], ['danger', 'Danger']]"/>
<t t-set="bs_theme_colors" t-value="bs_basic_colors + bs_state_colors"/>
<t t-set="bs_gray_colors" t-value="[['white', 'White'], ['gray-lighter', 'Gray Lighter'], ['gray-light', 'Gray Light'], ['gray', 'Gray'], ['gray-dark', 'Gray Dark'], ['gray-darker', 'Gray Darker'], ['black', 'Black']]"/>
<div id="wrap oe_structure">
<div id="wrap" class="oe_structure">
<section class="py-2">
<div class="container">
<h1>Components</h1>
......@@ -524,7 +524,7 @@ response = request.render("website.template_partner_comment", {
clear: both;
}
</style>
<div id="wrap oe_structure">
<div id="wrap" class="oe_structure">
<t t-call="website.snippets"/>
</div>
</t>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment