[FIX] website_event_sale: bad xpath in template

This commit is contained in:
Richard Mathot 2014-05-27 09:18:31 +02:00
parent a37bad205b
commit 88202680ea
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<data>
<template id="debugger" inherit_id="website.debugger" name="Event Debugger">
<xpath expr="//script[last()]" position="after">
<xpath expr='//t[@t-set="debugger_hook"]' position="after">
<script type="text/javascript" src="/website_event_sale/static/src/js/website.tour.event_sale.js"></script>
</xpath>
</template>