diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2014-06-15 23:55:00 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2014-06-15 23:55:00 +0200 |
| commit | 33c97c336a858ac333ecbc97f918f1d0331a57b7 (patch) | |
| tree | 96598eba7bb842e403a2a7d188f9010871e97b9b /archaeological_operations/templates | |
| parent | e90a37f8c752e5b112e0b699989713223f146afd (diff) | |
| download | Ishtar-33c97c336a858ac333ecbc97f918f1d0331a57b7.tar.bz2 Ishtar-33c97c336a858ac333ecbc97f918f1d0331a57b7.zip | |
Fix creator field in database - fix edition date in sheets (refs #1590)
Diffstat (limited to 'archaeological_operations/templates')
| -rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 0fd2a1076..098bbd72b 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -33,7 +33,7 @@ {% if item.code_patriarche %}<p><label>{%trans "Patriarche OA code:"%}</label> <span class='value'>{{ item.code_patriarche }}</span></p>{%else%} <p class='alert'>{%trans "Patriarche OA code not yet recorded!"%}</p>{%endif%} -<p><label>{%trans "Edition date:"%}</label> <span class='value'>{{ item.history.all.0.history_date }}</span></p> <!-- date = now --> +<p><label>{%trans "Edition date:"%}</label> <span class='value'>{% if item.history_date %}{{ item.history_date }}{% else %}{{ item.history.all.0.history_date }}{% endif %}</span></p> <!-- date = now --> <p><label>{%trans "Created by:"%}</label> <span class='value'>{{ item.history_creator.ishtaruser.full_label }}</span></p> {% if item.start_date %}<p><label>{%trans "Begining date:"%}</label> <span class='value'>{{ item.start_date }}</span></p> |
