diff options
Diffstat (limited to 'print/templates/print_overview.html')
| -rw-r--r-- | print/templates/print_overview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/templates/print_overview.html b/print/templates/print_overview.html index 04269e20..7d09ff1a 100644 --- a/print/templates/print_overview.html +++ b/print/templates/print_overview.html @@ -13,7 +13,7 @@ <div class="table"> <p><span>{{ _('Design box size') }}:</span><span>{{ "%0.1fmm X %0.1fmm" | format(*job.dimensions) }}</span></p> <p><span>{{ _('Total stitch count') }}:</span><span>{{job.num_stitches }}</span></p> - <p><span>{{ _('Total thread used') }}:</span><span>{{job.estimated_thread }}</span></p> + <p><span>{{ _('Total thread used') }}:</span><span class="total-estimated-thread"></span></p> </div> </div> <div> |
