summaryrefslogtreecommitdiff
path: root/print/templates/print_detail.html
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2019-04-10 00:07:55 -0400
committerLex Neva <github.com@lexneva.name>2019-04-10 00:07:55 -0400
commit2c39fbc8cf0ec626c945cbc4bd631c3372431821 (patch)
treed7344e7bb1344848d2c60735dc97078a5d95bb71 /print/templates/print_detail.html
parent9d4441b7009564a57425ab0ab73a70be5b8dabf4 (diff)
parentd87750b8b01ec8aba52ed653ab151930d5d84a9f (diff)
Merge branch 'master' into lexelby/revamp-fill
Diffstat (limited to 'print/templates/print_detail.html')
-rw-r--r--print/templates/print_detail.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/templates/print_detail.html b/print/templates/print_detail.html
index 0dca4978..f076fc04 100644
--- a/print/templates/print_detail.html
+++ b/print/templates/print_detail.html
@@ -17,7 +17,10 @@
<main>
<figure class="inksimulation" data-field-name="client-detail-transform-block{{ loop.index0 }}" title="{{ _('Ctrl + Scroll to Zoom') }}">
{{color_block.svg_preview|replace("<li>", "")|replace("</li>", "")|safe}}
- {% include 'ui_svg_action_buttons.html' %}
+ {% with %}
+ {% set loop_index=loop.index0 %}
+ {% include 'ui_svg_action_buttons.html' with context %}
+ {% endwith %}
</figure>
<div class="color-palette detailed">
{% include 'color_swatch.html' %}