[FIX] more templates which aren't actually pages

bzr revid: xmo@openerp.com-20131105151404-olp8wvdqx9yxuxj9
This commit is contained in:
Xavier Morel 2013-11-05 16:14:04 +01:00
parent 496431b4f0
commit 5ce1bfdddf
5 changed files with 5 additions and 5 deletions

View File

@ -175,7 +175,7 @@
</template>
<!-- Page -->
<template id="index" name="Blog" page="True">
<template id="index" name="Blog">
<t t-call="website.layout">
<t t-set="head">
<script type="text/javascript" src="/website_blog/static/src/js/website_blog.js"></script>

View File

@ -55,7 +55,7 @@
</xpath>
</template>
<template id="contactus_thanks" name="Contact us" page="True">
<template id="contactus_thanks" name="Contact us">
<t t-call="website.layout">
<div id="wrap">
<div class="oe_structure"/>

View File

@ -10,7 +10,7 @@
</template>
<!-- Page -->
<template id="index" name="Events" page="True">
<template id="index" name="Events">
<t t-call="website.layout">
<div id="wrap">
<div class="container">

View File

@ -13,7 +13,7 @@
</xpath>
</template>
<template id="index" name="Jobs" page="True">
<template id="index" name="Jobs">
<t t-call="website.layout">
<div id="wrap">
<div class="oe_structure"/>

View File

@ -64,7 +64,7 @@
</div>
</template>
<template id="products" name="Products" page="True">
<template id="products" name="Products">
<t t-call="website.layout">
<t t-set="head">
<script type="text/javascript" src="/web/static/lib/jquery.ui/js/jquery-ui-1.9.1.custom.js"></script>