Fix wrong compress block
This commit is contained in:
parent
8f532dde71
commit
01c9cf4153
2 changed files with 4 additions and 3 deletions
|
@ -9,6 +9,5 @@ South
|
|||
django-leaflet-storage
|
||||
django_compressor
|
||||
django-social-auth
|
||||
GDAL
|
||||
git+git://github.com/yohanboniface/vectorformats.git@leafletstorage
|
||||
hg+https://bitbucket.org/liberation/sesql
|
|
@ -11,11 +11,13 @@
|
|||
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}darline/src/css/form.css">
|
||||
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}darline/src/css/color/seagreen.css">
|
||||
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}darline/src/css/debug.css">
|
||||
<script src="{{ STATIC_URL }}darline/src/js/core.js"></script>
|
||||
<script src="{{ STATIC_URL }}darline/src/js/debug.js"></script>
|
||||
<link rel="stylesheet" href="{{ STATIC_URL }}storage/contrib/css/storage.ui.default.css">
|
||||
<link rel="stylesheet" href="{{ STATIC_URL }}umap/umap.css">
|
||||
{% endcompress css %}
|
||||
{% compress js %}
|
||||
<script src="{{ STATIC_URL }}darline/src/js/core.js"></script>
|
||||
<script src="{{ STATIC_URL }}darline/src/js/debug.js"></script>
|
||||
{% endcompress js %}
|
||||
<!-- IE Fix for HTML5 Tags -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
|
|
Loading…
Reference in a new issue