From 01c9cf4153a94ffea60e6bf04d28483fc17d91c1 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 12 Feb 2013 17:41:16 +0100 Subject: [PATCH] Fix wrong compress block --- requirements.pip | 1 - umap/templates/base.html | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.pip b/requirements.pip index a18581e3..201c46e6 100644 --- a/requirements.pip +++ b/requirements.pip @@ -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 \ No newline at end of file diff --git a/umap/templates/base.html b/umap/templates/base.html index 6ec450e1..1261d817 100644 --- a/umap/templates/base.html +++ b/umap/templates/base.html @@ -11,11 +11,13 @@ - - {% endcompress css %} + {% compress js %} + + + {% endcompress js %}