summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_find.html
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_find.html')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html
index 42d7a41b9..076c20c47 100644
--- a/archaeological_finds/templates/ishtar/sheet_find.html
+++ b/archaeological_finds/templates/ishtar/sheet_find.html
@@ -543,6 +543,7 @@
role="tabpanel" aria-labelledby="{{window_id}}-geodata-tab">
<h3>{% trans "Geographic data" %}</h3>
+ {% with find_id=item.pk %}
{% for base_find in item.base_finds.all %}
{% with geo_item=base_find %}
<h4>{% if base_find.complete_identifier %}{{ base_find.complete_identifier }}{% else %}{{base_find.short_id}}{% endif %}</h4>
@@ -550,6 +551,7 @@
{% include "ishtar/blocks/sheet_geographic.html" %}
{% endwith %} {% endwith %}
{% endfor %}
+ {% endwith %}
</div>
{% endif %}