summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates
diff options
context:
space:
mode:
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
commit43ae3f7a4870fac32fb2d10874ad539364aee66f (patch)
tree99c28890ccda877f8a906c6233fdabd1bec002ed /archaeological_finds/templates
parentefebfe2dbcd7b8984c630069fcde6611bacf36d5 (diff)
downloadIshtar-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.html4
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 %}