diff options
| author | Cole Vick <cole.d.vick@gmail.com> | 2022-10-16 09:27:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-16 09:27:49 -0500 |
| commit | b5b931240c09a80e7a1131e9859ca46f50eabf83 (patch) | |
| tree | 7d90675c29663ccf0b6949c3ea2c42df009678bd /print/templates/index.html | |
| parent | a059cda563920786e6aef9cd89da6cc9ba05f1bd (diff) | |
| parent | 318069d194c77fc294eeb8b30a5390c9d63b040c (diff) | |
Merge pull request #1838 from inkstitch/cvick32/pdf-pattern-only
cvick32/pdf pattern only
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> |
