summaryrefslogtreecommitdiff
path: root/print/templates/print_detail.html
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-04-17 15:48:38 -0400
committerLex Neva <github.com@lexneva.name>2018-04-18 15:26:33 -0400
commit51741745b0bb691a55b642a2ea938ac74324da2d (patch)
tree1b8c5f9d6533d2f2058c419f935546f961cb8037 /print/templates/print_detail.html
parent540bf2062a87da5629c7ed98300b39caeffe397f (diff)
don't get transform from html
Diffstat (limited to 'print/templates/print_detail.html')
-rw-r--r--print/templates/print_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/templates/print_detail.html b/print/templates/print_detail.html
index eddcf36f..d3b064a5 100644
--- a/print/templates/print_detail.html
+++ b/print/templates/print_detail.html
@@ -17,7 +17,7 @@
<main>
<figure class="inksimulation" title="{{ _('Ctrl + Scroll to Zoom') }}">
{{color_block.svg_preview|safe}}
- <figcaption>{{ _('Scale') }} <span data-field-name="svg-scale" contenteditable="true" data-placeholder="Enter scale...">{{ svg_transform }}</span>%</figcaption>
+ <figcaption>{{ _('Scale') }} <span class="scale" data-field-name="svg-scale" contenteditable="true" data-placeholder=""></span>%</figcaption>
<div>
<button class="svg-fit">Fit</button>
<button class="svg-full">100%</button>