From ff05e24696a1ddeea415594f6f447d6055045de2 Mon Sep 17 00:00:00 2001 From: cole Date: Fri, 30 Sep 2022 12:34:00 -0500 Subject: change to full-page-patternview --- print/templates/index.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'print/templates/index.html') diff --git a/print/templates/index.html b/print/templates/index.html index 612506c9..6ff8de67 100644 --- a/print/templates/index.html +++ b/print/templates/index.html @@ -31,6 +31,10 @@ {# operator detailed view #} {% include 'operator_detailedview.html' %} + {# full page pattern view #} +
+ {% include 'full_page_pattern.html' %} +
{# custom pages #}
{% include 'custom-page.html' %}
-- cgit v1.2.3