Skip to content
Snippets Groups Projects
Commit dc4f3df4 authored by Jeremy Kersten's avatar Jeremy Kersten
Browse files

[FIX] website_event: allow to drop snippet on static event page

This commit is related to opw-771825
parent f51d24d6
Branches
Tags
No related merge requests found
......@@ -235,6 +235,7 @@
<template id="template_location">
<t t-call="website_event.layout">
<div class="oe_structure"/>
<section class="container">
<h1 class="text-center">Event Location</h1>
</section>
......@@ -243,6 +244,7 @@
"widget": "contact",
"fields": ["name", "address", "phone", "mobile", "fax"]
}'/>
<div class="oe_structure"/>
</t>
</template>
......
......@@ -42,6 +42,7 @@
<template id="agenda">
<t t-call="website_event.layout">
<div class="oe_structure"/>
<section class="container">
<h1 class="text-center" t-field="event.name"/>
<div class="form-inline pull-right">
......@@ -104,12 +105,14 @@
</tr>
</table>
</section>
<div class="oe_structure"/>
</t>
</template>
<template id="tracks">
<t t-call="website_event.event_details">
<div class="oe_structure"/>
<div id="left_column">
</div>
<div class="col-md-9">
......@@ -148,6 +151,7 @@
</div>
</div>
</div>
<div class="oe_structure"/>
</t>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment