From 9a80074c275e119a32d81cf17a64bc493556a288 Mon Sep 17 00:00:00 2001 From: whatisgalen Date: Thu, 7 Sep 2023 14:01:12 -0700 Subject: [PATCH] overrides css block, includes print.css re #8 --- presutah/templates/views/report-templates/default.htm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/presutah/templates/views/report-templates/default.htm b/presutah/templates/views/report-templates/default.htm index ac7a05d..442903a 100644 --- a/presutah/templates/views/report-templates/default.htm +++ b/presutah/templates/views/report-templates/default.htm @@ -1,4 +1,11 @@ {% load i18n %} + +{% load static %} +{% block css %} + {{ block.super }} + +{% endblock css %} + {% block report %}