summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/templates/ishtar/sheet_container.html
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_warehouse/templates/ishtar/sheet_container.html')
-rw-r--r--archaeological_warehouse/templates/ishtar/sheet_container.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/archaeological_warehouse/templates/ishtar/sheet_container.html b/archaeological_warehouse/templates/ishtar/sheet_container.html
index 55b1d9fa6..0e3de49e3 100644
--- a/archaeological_warehouse/templates/ishtar/sheet_container.html
+++ b/archaeological_warehouse/templates/ishtar/sheet_container.html
@@ -113,13 +113,13 @@
<dd>{{item.number_divisions}}</dd>
</dl>
<dl class="col-6 col-md-3 flex-wrap">
- <dt>{% trans "Number of finds" %}</dt>
- <dd>{{item.number_of_finds_hosted}}</dd>
- </dl>
- <dl class="col-6 col-md-3 flex-wrap">
<dt>{% trans "Number of owned finds" %}</dt>
<dd>{{item.number_of_finds}}</dd>
</dl>
+ <dl class="col-6 col-md-3 flex-wrap">
+ <dt>{% trans "Number of hosted finds" %}</dt>
+ <dd>{{item.number_of_finds_hosted}}</dd>
+ </dl>
{% if item.responsibility != item.location %}
{% field_flex_detail "Responsibility" item.responsibility %}
{% endif %}