summaryrefslogtreecommitdiff
path: root/print/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'print/templates/index.html')
-rw-r--r--print/templates/index.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/print/templates/index.html b/print/templates/index.html
index 0c9cedfd..c7fa5d74 100644
--- a/print/templates/index.html
+++ b/print/templates/index.html
@@ -5,6 +5,7 @@
<script src="resources/jquery-3.3.1.min.js"></script>
<script src="resources/inkstitch.js"></script>
<link rel="stylesheet" href="resources/style.css" />
+ <link rel="shortcut icon" type="image/png" href="/favicon.png"/>
</head>
<body>
{% include 'ui.html' %}
@@ -23,10 +24,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(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 %}
+ {% include 'operator_detailedview.html' %}
</body>
</html>