Skip to content
Snippets Groups Projects
Commit ffeea439 authored by Julien Castiaux's avatar Julien Castiaux
Browse files

[FIX] website_slides: move tours under /static/

All assets have to be loadable directly from the browser, /tests/ is not
accessible, /static/ is.
parent 028768f2
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,10 @@
<template id="assets_tests" inherit_id="web.assets_tests" name="Slides Tests Assets">
<xpath expr="." position="inside">
<script type="text/javascript" src="/website_slides/tests/tours/slides_tour_tools.js"/>
<script type="text/javascript" src="/website_slides/tests/tours/slides_course_member.js"/>
<script type="text/javascript" src="/website_slides/tests/tours/slides_course_member_yt.js"/>
<script type="text/javascript" src="/website_slides/tests/tours/slides_course_publisher.js"/>
<script type="text/javascript" src="/website_slides/static/src/tests/tours/slides_tour_tools.js"/>
<script type="text/javascript" src="/website_slides/static/src/tests/tours/slides_course_member.js"/>
<script type="text/javascript" src="/website_slides/static/src/tests/tours/slides_course_member_yt.js"/>
<script type="text/javascript" src="/website_slides/static/src/tests/tours/slides_course_publisher.js"/>
</xpath>
</template>
......
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