From 98612eeae37ac5dee611f4607244da7c613c08e9 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 31 Oct 2018 01:06:31 +0100 Subject: Print Estimated Time (#341) --- print/templates/print_detail.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print/templates/print_detail.html') diff --git a/print/templates/print_detail.html b/print/templates/print_detail.html index 241ac88b..0c6bbefe 100644 --- a/print/templates/print_detail.html +++ b/print/templates/print_detail.html @@ -3,13 +3,13 @@
-

{{ _('COLOR') }}:{{ color_block.color.thread_name }}

+

{{ _('COLOR') }}:{{ color_block.color.thread_name }}

-
+

{{ _('Estimated time') }}:

-

{{ color_block.estimatedtime }}

+

-- cgit v1.3.1