From 38ffb1c8e57fc4bc69d2afab0ab064c3fd3a4b25 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 25 Nov 2013 13:25:45 +0100 Subject: [PATCH] Remove compress from content.html --- umap/templates/umap/content.html | 4 +--- umap/templates/umap/home.html | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/umap/templates/umap/content.html b/umap/templates/umap/content.html index 5191bb19..31dadbac 100644 --- a/umap/templates/umap/content.html +++ b/umap/templates/umap/content.html @@ -8,9 +8,7 @@ {% compress css %} {% leaflet_storage_css %} {% endcompress css %} - {% compress js %} - {% leaflet_storage_js %} - {% endcompress js %} + {% leaflet_storage_js %} {% endblock %} {% block header %} diff --git a/umap/templates/umap/home.html b/umap/templates/umap/home.html index 13554388..d512ddf8 100644 --- a/umap/templates/umap/home.html +++ b/umap/templates/umap/home.html @@ -1,6 +1,6 @@ {% extends "umap/content.html" %} -{% load leaflet_storage_tags compress i18n %} +{% load leaflet_storage_tags i18n %} {% block content %} {% if not user.is_authenticated %}