summaryrefslogtreecommitdiff
path: root/print/templates/index.html
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-04-18 16:29:06 -0400
committerLex Neva <github.com@lexneva.name>2018-04-18 16:29:09 -0400
commitaea5919c63796efd748d724752a86773b79b7c3b (patch)
treec461e4708e18d642f11764c7f49d252e24224cf5 /print/templates/index.html
parent9148d5484462e342ab716a7b4b0859c7c298702a (diff)
add notes in operator detailed view
switch to 12 color blocks per page to give more room for detailed notes
Diffstat (limited to 'print/templates/index.html')
-rw-r--r--print/templates/index.html2
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 %}