summaryrefslogtreecommitdiff
path: root/ishtar/templates
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
commit33b1d5ec7d90de42cf798dcdd783d082b4e50166 (patch)
treeed07a76890dfa2152319f947c9cf1d2fe615b0ba /ishtar/templates
parentd1b10f9e66805da67246f8c8db356c62b8b61131 (diff)
downloadIshtar-33b1d5ec7d90de42cf798dcdd783d082b4e50166.tar.bz2
Ishtar-33b1d5ec7d90de42cf798dcdd783d082b4e50166.zip
Minor
Diffstat (limited to 'ishtar/templates')
-rw-r--r--ishtar/templates/sheet_ope.html2
-rw-r--r--ishtar/templates/sheet_operation.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/ishtar/templates/sheet_ope.html b/ishtar/templates/sheet_ope.html
index f59babb70..aa35350bd 100644
--- a/ishtar/templates/sheet_ope.html
+++ b/ishtar/templates/sheet_ope.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.begin_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.head_scientist.full_label }}</span></p>
<p><label>{%trans "State:"%}</label> <span class='value'>{% if item.is_active %}{%trans "Active file"%}</span></p>
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>