From 42ed4ac5bf906c0f138b4f9baed4ba0bc14f6a5c Mon Sep 17 00:00:00 2001 From: Alexis Michaltsis Date: Thu, 20 Oct 2022 17:43:33 +0200 Subject: [PATCH] YAGNI, remove unneeded CSS compress block in map HTML template --- digiplan/templates/map.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/digiplan/templates/map.html b/digiplan/templates/map.html index d9d43e05..696acaba 100644 --- a/digiplan/templates/map.html +++ b/digiplan/templates/map.html @@ -12,11 +12,7 @@ {% compress css %} {% endcompress %} - {{ block.super }} - - {% compress css %} - {% endcompress %} {% endblock %} {% block content %}