diff options
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 %} |