summaryrefslogtreecommitdiff
path: root/ishtar/templates/sheet_operation.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-03-28 20:22:52 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-03-28 20:22:52 +0200
commit583ea396cd04ad1f855bdc0a645917287927bf0f (patch)
treeed07a76890dfa2152319f947c9cf1d2fe615b0ba /ishtar/templates/sheet_operation.html
parent267e597902991e359935ff41bc6b1817f7cfb5dc (diff)
downloadIshtar-583ea396cd04ad1f855bdc0a645917287927bf0f.tar.bz2
Ishtar-583ea396cd04ad1f855bdc0a645917287927bf0f.zip
Minor
Diffstat (limited to 'ishtar/templates/sheet_operation.html')
-rw-r--r--ishtar/templates/sheet_operation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar/templates/sheet_operation.html b/ishtar/templates/sheet_operation.html
index 10fa8ad61..f6567882f 100644
--- a/ishtar/templates/sheet_operation.html
+++ b/ishtar/templates/sheet_operation.html
@@ -14,7 +14,7 @@
<p><label>{%trans "Edition date:"%}</label> <span class='value'>{{ item.history.all.0.history_date }}</span></p> <!-- date = now -->
<p><label>{%trans "Begining date:"%}</label> <span class='value'>{{ item.start_date }}</span></p>
-<p><label>{%trans "Field work end's date:"%}</label> <span class='value'>{{ item.end_date }}</span></p>
+<p><label>{%trans "Field work end date:"%}</label> <span class='value'>{{ item.end_date }}</span></p>
<p><label>{%trans "Head scientist:"%}</label> <span class='value'>{{ item.in_charge.full_label }}</span></p>
<p><label>{%trans "State:"%}</label> <span class='value'>{% if item.is_active %}{%trans "Active file"%}</span></p>