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 | 639970fdaa37d0cb0368b6c35bbf0f0b8e83d8ff (patch) | |
tree | 63f97417eb10549ef8182b5b935f492aef7cd422 | |
parent | f7b7ba41beb4928e8c7dda129f8c92e5965416d8 (diff) | |
download | Ishtar-639970fdaa37d0cb0368b6c35bbf0f0b8e83d8ff.tar.bz2 Ishtar-639970fdaa37d0cb0368b6c35bbf0f0b8e83d8ff.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 %} |