diff options
| 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 |
| commit | 3f785c373404999b4bf274b26f323c01f752640f (patch) | |
| tree | e6aa66c98111ae67b5ea8bca52fd4f9ee248b154 /ishtar_common/templates/window.html | |
| parent | e0d7c3e8dd7273e0a613981b066704cbe3e231a7 (diff) | |
| download | Ishtar-3f785c373404999b4bf274b26f323c01f752640f.tar.bz2 Ishtar-3f785c373404999b4bf274b26f323c01f752640f.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.html | 2 |
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 %} |
