aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/Staff/EditPresse.mako
diff options
context:
space:
mode:
Diffstat (limited to 'jm2l/templates/Staff/EditPresse.mako')
-rw-r--r--jm2l/templates/Staff/EditPresse.mako15
1 files changed, 7 insertions, 8 deletions
diff --git a/jm2l/templates/Staff/EditPresse.mako b/jm2l/templates/Staff/EditPresse.mako
index d1df4af..3b9b700 100644
--- a/jm2l/templates/Staff/EditPresse.mako
+++ b/jm2l/templates/Staff/EditPresse.mako
@@ -1,17 +1,16 @@
<%inherit file="jm2l:templates/layout.mako"/>
<%namespace name="helpers" file="jm2l:templates/helpers.mako"/>
<%def name="jsAddOn()">
- <script src="/static/jquery-ui/jquery-ui.min.js"></script>
- <script src="/static/js/jm2l.js"></script>
- <script src="/static/third-party/ckeditor/ckeditor.js"></script>
+ <script src="/js/jm2l.js"></script>
+ <script src="/vendor/ckeditor/ckeditor.js"></script>
</%def>
<%def name="cssAddOn()">
- <link rel="stylesheet" href="/static/css/jquery.fileupload.css">
- <link rel="stylesheet" href="/static/css/jquery.fileupload-ui.css">
- <link rel="stylesheet" href="/static/jm2l.css" />
+ <link rel="stylesheet" href="/vendor/fileupload/css/jquery.fileupload.css">
+ <link rel="stylesheet" href="/vendor/fileupload/css/jquery.fileupload-ui.css">
+ <link rel="stylesheet" href="/css/jm2l.css" />
<!-- CSS adjustments for browsers with JavaScript disabled -->
- <noscript><link rel="stylesheet" href="/static/css/jquery.fileupload-noscript.css"></noscript>
- <noscript><link rel="stylesheet" href="/static/css/jquery.fileupload-ui-noscript.css"></noscript>
+ <noscript><link rel="stylesheet" href="/vendor/fileupload/css/jquery.fileupload-noscript.css"></noscript>
+ <noscript><link rel="stylesheet" href="/vendor/fileupload/css/jquery.fileupload-ui-noscript.css"></noscript>
</%def>
<h3 class="page-title">Dossier de presse ${DisplayYear}</h3>
<%