From 8bb49c9c9fae93536dcfd340e4631fc34a44df8a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 9 Feb 2021 18:02:41 +0100 Subject: Container: collection -> responsibility. Deactivate collection fot finds --- archaeological_warehouse/templates/ishtar/sheet_container.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_warehouse/templates') diff --git a/archaeological_warehouse/templates/ishtar/sheet_container.html b/archaeological_warehouse/templates/ishtar/sheet_container.html index 7ffafa7f6..98b640936 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_container.html +++ b/archaeological_warehouse/templates/ishtar/sheet_container.html @@ -106,8 +106,8 @@
{% trans "Number of owned finds" %}
{{item.number_of_finds}}
- {% if item.collection != item.location %} - {% field_flex_detail "Collection" item.collection %} + {% if item.responsibility != item.location %} + {% field_flex_detail "Responsibility" item.responsibility %} {% endif %} {% include "ishtar/blocks/sheet_creation_section.html" %} {% field_flex "Old reference" item.old_reference %} -- cgit v1.2.3