[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Maposmatic-dev] [PATCH] Remove the estimated completion time until we f
From: |
Maxime Petazzoni |
Subject: |
[Maposmatic-dev] [PATCH] Remove the estimated completion time until we figure something out that works better |
Date: |
Mon, 11 Jan 2010 22:26:07 +0100 |
---
www/templates/maposmatic/job.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/www/templates/maposmatic/job.html
b/www/templates/maposmatic/job.html
index b6a1fc1..cd181d6 100644
--- a/www/templates/maposmatic/job.html
+++ b/www/templates/maposmatic/job.html
@@ -44,7 +44,7 @@
<h4>{% trans "Rendering: " %}</h4>
{% trans "Rendering submitted" %} {{ job.submission_time|date:"l d M Y\,
H:i:s" }}.<br />
{% if job.is_waiting %}
- {% trans "In queue, position" %} {{ job.current_position_in_queue }} ({%
trans "estimated completion time" %} {{
job.rendering_estimated_start_time|timeuntil }}).
+ {% trans "In queue, position" %} {{ job.current_position_in_queue }}.
{% else %}{% if job.is_done %}{% if job.is_done_ok %}
{% trans "Completed on" %}
{% else %}
--
1.6.3.3.277.g88938c
- [Maposmatic-dev] [PATCH] Remove the estimated completion time until we figure something out that works better,
Maxime Petazzoni <=