diff options
Diffstat (limited to 'print/templates/full_page_pattern.html')
| -rw-r--r-- | print/templates/full_page_pattern.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 %} </figure> </main> + +<div class="show-footer" style="display: {{ 'block' if view.show_footer else 'none' }}"> + {% include 'footer.html' %} +</div> + |
