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

[FIX] website_forum: fix asset.

parent 8046b736
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@
</form>
</template>
<template id="assets_frontend" inherit_id="website.assets_frontend" name="website_instantclick assets" groups="base.group_public">
<xpath expr="/t" position="inside">
<template id="assets_frontend" inherit_id="website.assets_frontend" name="website_forum assets">
<xpath expr="." position="inside">
<link rel='stylesheet' href="/web/static/lib/jquery.textext/jquery.textext.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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment