diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-23 19:18:42 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-23 19:19:39 +0100 |
commit | de49a13ee48b4917024b9cc787e0a2de510ec5c7 (patch) | |
tree | 63f97417eb10549ef8182b5b935f492aef7cd422 | |
parent | fcf05ca0f1fe9c70781eda0e46df084190e10783 (diff) | |
download | Ishtar-de49a13ee48b4917024b9cc787e0a2de510ec5c7.tar.bz2 Ishtar-de49a13ee48b4917024b9cc787e0a2de510ec5c7.zip |
Find sheet: provide link to container sheet (refs #3389)
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 1dd6145c8..438712101 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -73,7 +73,7 @@ {% if item.history_object and item.history_object.CHECK_DICT %} {% field_li "Checked" item.checked|from_dict:item.history_object.CHECK_DICT %} {% endif%} -{% field_li "Container" item.container %} +{% field_detail "Container" item.container %} </ul> {% if item.upstream_treatment or item.downstream_treatment %} |