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/full_page_pattern.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 print/templates/full_page_pattern.html (limited to 'print/templates/full_page_pattern.html') diff --git a/print/templates/full_page_pattern.html b/print/templates/full_page_pattern.html new file mode 100644 index 00000000..bf0e84c4 --- /dev/null +++ b/print/templates/full_page_pattern.html @@ -0,0 +1,12 @@ +
+
+ {{ svg_overview|replace("
  • ", "")|replace("
  • ", "")|safe }} + {% with %} + {% set realistic_id='realistic-pattern-overview' %} + {% include 'ui_svg_action_buttons.html' with context %} + {% endwith %} +
    +
    -- cgit v1.2.3 From d4720ceb9bf4e8789d5aadc0bdac73750e0e0e51 Mon Sep 17 00:00:00 2001 From: cole Date: Fri, 30 Sep 2022 14:14:59 -0500 Subject: add footer toggle --- print/templates/full_page_pattern.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'print/templates/full_page_pattern.html') diff --git a/print/templates/full_page_pattern.html b/print/templates/full_page_pattern.html index bf0e84c4..f8bd3c5e 100644 --- a/print/templates/full_page_pattern.html +++ b/print/templates/full_page_pattern.html @@ -10,3 +10,8 @@ {% endwith %} + + + -- cgit v1.2.3