From aea5919c63796efd748d724752a86773b79b7c3b Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Wed, 18 Apr 2018 16:29:06 -0400 Subject: add notes in operator detailed view switch to 12 color blocks per page to give more room for detailed notes --- print/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/templates/index.html') 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 @@
{% include 'operator_overview.html' %}
{# 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 %}
{% include 'operator_detailedview.html' %}
{% endfor %} -- cgit v1.2.3