summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-02-22 18:21:23 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-04-16 16:42:32 +0200
commit6ac98b574bfb8f9044cb095cea2be272af5df11b (patch)
tree16edf83f448b94a57635ce9a5b19f637f30d4efb /archaeological_finds/templates
parentafc85e9c4bce3db373fa222f347d82a51a0c4aee (diff)
downloadIshtar-6ac98b574bfb8f9044cb095cea2be272af5df11b.tar.bz2
Ishtar-6ac98b574bfb8f9044cb095cea2be272af5df11b.zip
🗃️ find museum: observed and inventory quantity - ✨ add theses fiels to sheets and forms
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html2
-rw-r--r--archaeological_finds/templates/ishtar/sheet_museum_find.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html
index 09ffe6efa..8c65ff80b 100644
--- a/archaeological_finds/templates/ishtar/sheet_find.html
+++ b/archaeological_finds/templates/ishtar/sheet_find.html
@@ -184,6 +184,8 @@
{% field_flex_multiple_obj "Technical areas" item 'technical_areas' %}
{% field_flex "Number of remains" item.find_number %}
{% field_flex "Minimum number of individuals (MNI)" item.min_number_of_individuals %}
+ {% field_flex "Inventory quantity" item.museum_inventory_quantity %}
+ {% field_flex "Observed quantity" item.museum_observed_quantity %}
{% field_flex_full "Comment on quantity" item.quantity_comment "<pre>" "</pre>" %}
{% field_flex_full "Decoration" item.decoration "<pre>" "</pre>" %}
{% field_flex_full "Inscription" item.inscription "<pre>" "</pre>" %}
diff --git a/archaeological_finds/templates/ishtar/sheet_museum_find.html b/archaeological_finds/templates/ishtar/sheet_museum_find.html
index 131902d8e..f69aef75b 100644
--- a/archaeological_finds/templates/ishtar/sheet_museum_find.html
+++ b/archaeological_finds/templates/ishtar/sheet_museum_find.html
@@ -133,6 +133,8 @@
{% field_flex_multiple_obj "Technical areas" item 'technical_areas' %}
{% field_flex "Number of remains" item.find_number %}
{% field_flex "Minimum number of individuals (MNI)" item.min_number_of_individuals %}
+ {% field_flex "Inventory quantity" item.museum_inventory_quantity %}
+ {% field_flex "Observed quantity" item.museum_observed_quantity %}
{% field_flex_full "Comment on quantity" item.quantity_comment "<pre>" "</pre>" %}
{% field_flex_full "Decoration" item.decoration "<pre>" "</pre>" %}
{% field_flex_full "Inscription" item.inscription "<pre>" "</pre>" %}