diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2014-05-12 22:57:10 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2014-05-12 22:57:10 +0200 |
| commit | 46c52f0ce3f76bc8abe5f47318f8304cdc368fa3 (patch) | |
| tree | 1fe20946674dab9319b44ae705dbcab90bfeed6c /archaeological_operations/templates/ishtar/sheet_operation.html | |
| parent | 18a6ad99164350af62d65efd6a1fd1aa4c419739 (diff) | |
| download | Ishtar-46c52f0ce3f76bc8abe5f47318f8304cdc368fa3.tar.bz2 Ishtar-46c52f0ce3f76bc8abe5f47318f8304cdc368fa3.zip | |
Fix created by fields on sheets (refs #1590)
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_operation.html')
| -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 fe92314c2..0fd2a1076 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -34,7 +34,7 @@ <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 "Created by:"%}</label> <span class='value'>{{ item.created_by.full_label }}</span></p> +<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> <p><label>{%trans "Excavation end date:"%}</label> <span class='value'>{{ item.excavation_end_date|default:"-" }}</span></p> |
