summaryrefslogtreecommitdiff
path: root/print/templates/operator_overview.html
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2019-04-07 09:16:02 +0200
committerGitHub <noreply@github.com>2019-04-07 09:16:02 +0200
commit3d2aa93e8bcffc6eb599137d5067e8e0fd249ddb (patch)
treeaa27859858ebb029b99539713ecfee26c0a83150 /print/templates/operator_overview.html
parent211561eabc1444135e0a000d8ec4ba822c2ebbd5 (diff)
fix realistic detailed view (#424)
Diffstat (limited to 'print/templates/operator_overview.html')
-rw-r--r--print/templates/operator_overview.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/templates/operator_overview.html b/print/templates/operator_overview.html
index a3090c1f..71c5ea2e 100644
--- a/print/templates/operator_overview.html
+++ b/print/templates/operator_overview.html
@@ -27,7 +27,10 @@
<main>
<figure class="inksimulation operator" data-field-name="operator-overview-transform" title="{{ _('Ctrl + Scroll to Zoom') }}">
{{ svg_overview|replace("<li>", "")|replace("</li>", "")|safe }}
- {% include 'ui_svg_action_buttons.html' %}
+ {% with %}
+ {% set realistic_id='realistic-operator-overview' %}
+ {% include 'ui_svg_action_buttons.html' with context %}
+ {% endwith %}
</figure>
</main>
{% include 'footer.html' %}