From 7dc79581218a205fb5b80ea6db306b77b9bd529b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 10 Jul 2011 18:36:48 +0200 Subject: Disambiguation of closing date and end of excavation work (closes #526) --- ishtar/templates/sheet_file.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar/templates/sheet_file.html') 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 @@ {% trans "Type" %} {% trans "In charge" %} {% trans "Start date" %} - {% trans "End date" %} + {% trans "Excavation end date" %}   {% for operation in item.operations.all %} @@ -102,7 +102,7 @@ {{operation.operation_type}} {{operation.in_charge|default:""}} {{operation.start_date|default:""}} - {{operation.end_date|default:""}} + {{operation.excavation_end_date|default:""}} {% trans "Details" %} {% empty %} -- cgit v1.2.3