Skip to content

Commit

Permalink
cms_form: fix wrapper tmpl id
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk committed Jul 24, 2023
1 parent edb3af3 commit 6165230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms_form/templates/form.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
<odoo>
<template id="form_wrapper" name="CMS form wrapper">
<t t-set="title" t-value="form.form_title" />
<div id="wrap" t-att-class="form.form_wrapper_css_klass">
<div t-att-class="form.form_wrapper_css_klass">
<div class="container">
<t t-if="form.form_title">
<h2>
Expand Down

0 comments on commit 6165230

Please sign in to comment.