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