diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-02 09:57:02 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-02 10:33:16 +0100 |
| commit | 43ae3f7a4870fac32fb2d10874ad539364aee66f (patch) | |
| tree | 99c28890ccda877f8a906c6233fdabd1bec002ed /archaeological_finds/templates | |
| parent | efebfe2dbcd7b8984c630069fcde6611bacf36d5 (diff) | |
| download | Ishtar-43ae3f7a4870fac32fb2d10874ad539364aee66f.tar.bz2 Ishtar-43ae3f7a4870fac32fb2d10874ad539364aee66f.zip | |
Finds: batch is now a real type (refs #3435)
Diffstat (limited to 'archaeological_finds/templates')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index d7425eda2..bb2e629c7 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -186,9 +186,7 @@ {% endwith %} {% endwith %} {% endif %} -{% if base_find.IS_ISOLATED_DICT %} -{% field_li "Batch/object" base_find.batch|from_dict:base_find.IS_ISOLATED_DICT %} -{% endif %} +{% field_li "Batch/object" base_find.batch %} {% if base_find.history_object and base_find.history_object.IS_ISOLATED_DICT %} {% field_li "Batch/object" base_find.batch|from_dict:base_find.history_object.IS_ISOLATED_DICT %} {% endif %} |
