From bbf4b633f127e3c1154b8bf2a70f110c19dd1ea9 Mon Sep 17 00:00:00 2001 From: whatisgalen Date: Thu, 7 Sep 2023 14:01:59 -0700 Subject: [PATCH] commits override of image-header report, includes print-spec elements re #8 --- .../views/report-templates/image.htm | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 presutah/templates/views/report-templates/image.htm diff --git a/presutah/templates/views/report-templates/image.htm b/presutah/templates/views/report-templates/image.htm new file mode 100644 index 0000000..aeee4cb --- /dev/null +++ b/presutah/templates/views/report-templates/image.htm @@ -0,0 +1,26 @@ +{% extends "views/report-templates/default.htm" %} +{% load i18n %} + +{% block header %} + + + + + +
+ + + +
+ +{% endblock header %} + +{% block header_form %} +
+ {% trans "Included Image Nodes" %} +
+
+ +
+{% endblock header_form %}