diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-04-28 13:40:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-28 13:40:52 -0400 |
| commit | 14828d6fa2d290fb5f10b2e5956b2fa1153588d5 (patch) | |
| tree | 8e163688d30fd6ec23b1c7d5977ccceb97091264 /print/templates/index.html | |
| parent | 69d231b4eb197bfe135ec7e146b53c5de975b9d9 (diff) | |
| parent | 8e3dd74a286d4549fdb1dd9cc7a9fcfadb85bb9e (diff) | |
Merge pull request #148 from lexelby/lexelby-print-features
additional print features
Diffstat (limited to 'print/templates/index.html')
| -rw-r--r-- | print/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/templates/index.html b/print/templates/index.html index 21ca74ab..0c9cedfd 100644 --- a/print/templates/index.html +++ b/print/templates/index.html @@ -23,7 +23,7 @@ <div class="page operator-overview" style="display: {{ 'block' if view.operator_overview else 'none' }}">{% include 'operator_overview.html' %}</div> {# operator detailed view #} - {% for color_block_part in color_blocks | batch(13) %} + {% for color_block_part in color_blocks | batch(12) %} {% set outer_loop = loop %} <div class="page operator-detailedview" style="display: {{ 'block' if view.operator_detailedview else 'none' }}">{% include 'operator_detailedview.html' %}</div> {% endfor %} |
