Skip to content

Commit

Permalink
[fix] template id
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk committed Oct 4, 2016
1 parent d59474c commit 67a6040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website_cms/templates/page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</template>


<template id="page_default_with_descript" name="Page default with title and description">
<template id="page_default_with_description" name="Page default with title and description">
<t t-call="website.layout">
<div class="container">
<t t-call="website_cms.page_default_content">
Expand All @@ -49,7 +49,7 @@
<field name="cms_view" eval="1" />
</record>

<record id="website_cms.page_default_with" model="ir.ui.view">
<record id="website_cms.page_default_with_description" model="ir.ui.view">
<field name="cms_view" eval="1" />
</record>

Expand Down

0 comments on commit 67a6040

Please sign in to comment.