diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2021-12-18 08:44:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-18 08:44:37 +0100 |
| commit | 1d3cb680c4ec253165fb5cd183e8b4e920f635be (patch) | |
| tree | f17f5e55d4e510dc04f41d764065519bc69916ff /print/templates/print_overview.html | |
| parent | ffeb265e5310e3c899c27f5364b070c09e50e5ff (diff) | |
PDF: Estimated thread (#1389)
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> |
