summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/templates/master.html
diff options
context:
space:
mode:
Diffstat (limited to 'funcweb/funcweb/templates/master.html')
-rw-r--r--funcweb/funcweb/templates/master.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcweb/funcweb/templates/master.html b/funcweb/funcweb/templates/master.html
index 729c170..a0033da 100644
--- a/funcweb/funcweb/templates/master.html
+++ b/funcweb/funcweb/templates/master.html
@@ -8,7 +8,7 @@
py:replace="''" />
<title py:content="'Your Title Goes Here'"></title>
- <script type="text/javascript" src="${tg.url('/static/js/jquery.js')}" />
+ <script type="text/javascript" src="${tg.url('/static/javascript/jquery.js')}" />
<link py:for="js in tg_js_head" py:strip="">${XML(js)}</link>
<link py:for="css in tg_css" py:strip="">${XML(css)}</link>