diff options
| author | cole <cole.d.vick@gmail.com> | 2022-09-30 12:34:00 -0500 |
|---|---|---|
| committer | Kaalleen <reni@allenka.de> | 2022-10-15 16:54:53 +0200 |
| commit | ff05e24696a1ddeea415594f6f447d6055045de2 (patch) | |
| tree | 1f74a0cae9e04e8b99c9bdfe00936336b946d9b3 /print/templates/index.html | |
| parent | 10a800531a478cf5524314bca336e00d274c4140 (diff) | |
change to full-page-patternview
Diffstat (limited to 'print/templates/index.html')
| -rw-r--r-- | print/templates/index.html | 4 |
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> |
