summaryrefslogtreecommitdiff
path: root/ishtar/templates/sheet_file.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-07-10 18:36:48 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-07-10 18:36:48 +0200
commite6400e623dff8749bb530349091824ffe1217241 (patch)
treebe8d4564e68a0bf65a2b4f0136621d67f2acf62a /ishtar/templates/sheet_file.html
parent2d307fd28838a7298d2a552f056d10f548f16df7 (diff)
downloadIshtar-e6400e623dff8749bb530349091824ffe1217241.tar.bz2
Ishtar-e6400e623dff8749bb530349091824ffe1217241.zip
Disambiguation of closing date and end of excavation work (closes #526)
Diffstat (limited to 'ishtar/templates/sheet_file.html')
-rw-r--r--ishtar/templates/sheet_file.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar/templates/sheet_file.html b/ishtar/templates/sheet_file.html
index ea5842991..88ef1b3a2 100644
--- a/ishtar/templates/sheet_file.html
+++ b/ishtar/templates/sheet_file.html
@@ -91,7 +91,7 @@
<th>{% trans "Type" %}</th>
<th>{% trans "In charge" %}</th>
<th>{% trans "Start date" %}</th>
- <th>{% trans "End date" %}</th>
+ <th>{% trans "Excavation end date" %}</th>
<th class='link'>&nbsp;</th>
</tr>
{% for operation in item.operations.all %}
@@ -102,7 +102,7 @@
<td class='string'>{{operation.operation_type}}</td>
<td class='string'>{{operation.in_charge|default:""}}</td>
<td>{{operation.start_date|default:""}}</td>
- <td>{{operation.end_date|default:""}}</td>
+ <td>{{operation.excavation_end_date|default:""}}</td>
<td class='link'><a href="#" onclick='load_window("{%url show-operation operation.pk ''%}")'>{% trans "Details" %}</a></td>
</tr>
{% empty %}