diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-18 19:44:02 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-18 19:44:54 +0200 |
commit | 0a9f1e13471abf22b3c2dc46cec8e606bc29e71a (patch) | |
tree | 4af273a88bf22f42544dff79180bb542d4372f7e /archaeological_operations/templates | |
parent | d6e1ac7718d11340e346babc73163d1e7d927a36 (diff) | |
download | Ishtar-0a9f1e13471abf22b3c2dc46cec8e606bc29e71a.tar.bz2 Ishtar-0a9f1e13471abf22b3c2dc46cec8e606bc29e71a.zip |
Finds: add creation date, creator, modification date, modifier to sheet (refs #3062)
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 6d272ee7c..a8d46252d 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -37,7 +37,7 @@ {% if item.code_patriarche %}<p><label>{%trans "Patriarche OA code:"%}</label> <span class='value'>OA{{ item.code_patriarche }}</span></p>{%else%} <p class='alert'><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> {%trans "Patriarche OA code not yet recorded!"%}</p>{%endif%} -<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 "Last modification 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> |