From 9ec4e271f9285fb7cd8d735c859decaa9c0d2673 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 21 Jan 2021 17:50:51 +0100 Subject: Fix migration of new containers - add collection field --- archaeological_warehouse/templates/ishtar/sheet_container.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'archaeological_warehouse/templates/ishtar/sheet_container.html') diff --git a/archaeological_warehouse/templates/ishtar/sheet_container.html b/archaeological_warehouse/templates/ishtar/sheet_container.html index 6357c8be4..0d36c253e 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_container.html +++ b/archaeological_warehouse/templates/ishtar/sheet_container.html @@ -107,6 +107,9 @@
{% trans "Number of owned finds" %}
{{item.number_of_finds}}
+ {% if item.collection != item.location %} + {% field_flex_detail "Collection" item.collection %} + {% endif %} {% include "ishtar/blocks/sheet_creation_section.html" %} {% field_flex "Old reference" item.old_reference %} {% field_flex_full "Comment" item.comment "
" "
" %} -- cgit v1.2.3