diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2018-10-31 01:06:31 +0100 |
|---|---|---|
| committer | Lex Neva <lexelby@users.noreply.github.com> | 2018-10-30 18:06:31 -0600 |
| commit | 98612eeae37ac5dee611f4607244da7c613c08e9 (patch) | |
| tree | c72bdabe31a5b17e5c994f854266a7165675352f /print/templates/print_overview.html | |
| parent | be833f898ff4912b4f1e54be37e6b8ff3c3f2c42 (diff) | |
Print Estimated Time (#341)
Diffstat (limited to 'print/templates/print_overview.html')
| -rw-r--r-- | print/templates/print_overview.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/templates/print_overview.html b/print/templates/print_overview.html index cfbb81d1..a2548070 100644 --- a/print/templates/print_overview.html +++ b/print/templates/print_overview.html @@ -17,9 +17,9 @@ </div> </div> <div> - <div class="table"> + <div class="table time-clo"> <p><span>{{ _('Job estimated time') }}:</span></p> - <p><span>{{ job.estimated_time }}</span></p> + <p><span class="total-estimated-time"></span></p> </div> </div> </div> |
