summaryrefslogtreecommitdiff
path: root/print/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'print/templates/index.html')
-rw-r--r--print/templates/index.html4
1 files changed, 4 insertions, 0 deletions
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 #}
+ <div class="page full-page-patternview" style="display: {{'block' if view.full_page_patternview else 'none' }}">
+ {% include 'full_page_pattern.html' %}
+ </div>
{# custom pages #}
<div class="page custom-page" style="display: {{ 'block' if view.custom_page else 'none' }}">{% include 'custom-page.html' %}</div>
</body>