summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/window.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-09-09 13:44:25 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-09-09 13:44:25 +0200
commit422ce5d1236b76b4dc07bb0c382f22b178d7f38b (patch)
treee6aa66c98111ae67b5ea8bca52fd4f9ee248b154 /ishtar_common/templates/window.html
parente761468ff210fa64ee1a73ccf3d093e194b39d20 (diff)
downloadIshtar-422ce5d1236b76b4dc07bb0c382f22b178d7f38b.tar.bz2
Ishtar-422ce5d1236b76b4dc07bb0c382f22b178d7f38b.zip
Adapt CSS, templates to new version of JS libraries
Diffstat (limited to 'ishtar_common/templates/window.html')
-rw-r--r--ishtar_common/templates/window.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/window.html b/ishtar_common/templates/window.html
index c3d8ccf6a..c8e187728 100644
--- a/ishtar_common/templates/window.html
+++ b/ishtar_common/templates/window.html
@@ -15,7 +15,7 @@
<script language="javascript" type="text/javascript" src="{{JQUERY_UI_URL}}ui/i18n/jquery.ui.datepicker-{{COUNTRY}}.js"></script>
<script language="javascript" type="text/javascript" src="{{STATIC_URL}}/js/ishtar.js"></script>
{{form.media}}
- <link type="text/css" href="{{JQUERY_UI_URL}}css/smoothness/jquery-ui.css" rel="stylesheet" />
+ <link type="text/css" href="{{JQUERY_UI_URL}}jquery-ui.css" rel="stylesheet" />
<link rel="stylesheet" href="{{STATIC_URL}}/media/style.css" />
{% block extra_head %}
{% endblock %}