[FIX] website_forum: fix asset.

This commit is contained in:
Jeremy Kersten 2014-08-28 17:04:01 +02:00
parent 8046b7367d
commit a062d3b0ee
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@
</form> </form>
</template> </template>
<template id="assets_frontend" inherit_id="website.assets_frontend" name="website_instantclick assets" groups="base.group_public"> <template id="assets_frontend" inherit_id="website.assets_frontend" name="website_forum assets">
<xpath expr="/t" position="inside"> <xpath expr="." position="inside">
<link rel='stylesheet' href="/web/static/lib/jquery.textext/jquery.textext.css"/> <link rel='stylesheet' href="/web/static/lib/jquery.textext/jquery.textext.css"/>
<link rel='stylesheet' href='/website_forum/static/src/css/website_forum.css'/> <link rel='stylesheet' href='/website_forum/static/src/css/website_forum.css'/>
<script type="text/javascript" src="/website_forum/static/src/js/website_forum.js"/> <script type="text/javascript" src="/website_forum/static/src/js/website_forum.js"/>