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 | 422ce5d1236b76b4dc07bb0c382f22b178d7f38b (patch) | |
| tree | e6aa66c98111ae67b5ea8bca52fd4f9ee248b154 /ishtar_common/templates | |
| parent | e761468ff210fa64ee1a73ccf3d093e194b39d20 (diff) | |
| download | Ishtar-422ce5d1236b76b4dc07bb0c382f22b178d7f38b.tar.bz2 Ishtar-422ce5d1236b76b4dc07bb0c382f22b178d7f38b.zip | |
Adapt CSS, templates to new version of JS libraries
Diffstat (limited to 'ishtar_common/templates')
| -rw-r--r-- | ishtar_common/templates/base.html | 2 | ||||
| -rw-r--r-- | ishtar_common/templates/window.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 92e61493b..37b8c4a05 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -16,7 +16,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/prettyPhoto/js/jquery.prettyPhoto.js"></script> <script language="javascript" type="text/javascript" src="{{STATIC_URL}}/js/ishtar.js"></script> - <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}}/js/prettyPhoto/css/prettyPhoto.css" /> <link rel="stylesheet" href="{{STATIC_URL}}/media/style.css" /> {% include "blocks/extra_head.html" %} 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 %} |
