summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/window.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-22 10:38:46 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-22 10:38:46 +0200
commit42ac5a4f41e5ae471ba96b2c0ad0f8965501446b (patch)
tree865ad1cf5d315558406c64bc797ddb844e3422c5 /ishtar_common/templates/window.html
parent64000a8c56da1872901f89faeb00df60f4994dd1 (diff)
parentfd445130a3f7566d00c00b92de92eb034445b79e (diff)
downloadIshtar-42ac5a4f41e5ae471ba96b2c0ad0f8965501446b.tar.bz2
Ishtar-42ac5a4f41e5ae471ba96b2c0ad0f8965501446b.zip
Merge branch 'master' into v0.9
Diffstat (limited to 'ishtar_common/templates/window.html')
-rw-r--r--ishtar_common/templates/window.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/ishtar_common/templates/window.html b/ishtar_common/templates/window.html
index 0748cd4cd..1ff790780 100644
--- a/ishtar_common/templates/window.html
+++ b/ishtar_common/templates/window.html
@@ -13,10 +13,12 @@
<script language="javascript" type="text/javascript" src="{{JQUERY_URL}}?ver={{VERSION}}"></script>
<script language="javascript" type="text/javascript" src="{{JQUERY_UI_URL}}jquery-ui.js?ver={{VERSION}}"></script>
<script language="javascript" type="text/javascript" src="{{JQUERY_UI_URL}}ui/i18n/jquery.ui.datepicker-{{COUNTRY}}.js?ver={{VERSION}}"></script>
- <script language="javascript" type="text/javascript" src="{{STATIC_URL}}/js/ishtar.js?ver={{VERSION}}"></script>
+ <script language="javascript" type="text/javascript" src="{{STATIC_URL}}js/chosen/chosen.jquery.min.js?ver={{VERSION}}"></script>
+ <script language="javascript" type="text/javascript" src="{{STATIC_URL}}js/ishtar.js?ver={{VERSION}}"></script>
{{form.media}}
<link type="text/css" href="{{JQUERY_UI_URL}}jquery-ui.css?ver={{VERSION}}" rel="stylesheet" />
- <link rel="stylesheet" href="{{STATIC_URL}}/media/style.css?ver={{VERSION}}" />
+ <link type="text/css" href="{{STATIC_URL}}js/chosen/chosen.min.css?ver={{VERSION}}" rel="stylesheet" />
+ <link rel="stylesheet" href="{{STATIC_URL}}media/style.css?ver={{VERSION}}" />
{% block extra_head %}
{% endblock %}
</head>