diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-23 11:26:27 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:42:32 +0200 |
commit | 8c023005aadd812e3fee3f99e554f156015060a7 (patch) | |
tree | 6bf5f68e836d1666ffde02c4d4af538240fccc9f /archaeological_finds/templates | |
parent | e8aa5980237d6e30c5e148cbb3e69e12d6d6e8d2 (diff) | |
download | Ishtar-8c023005aadd812e3fee3f99e554f156015060a7.tar.bz2 Ishtar-8c023005aadd812e3fee3f99e554f156015060a7.zip |
🗃️ museum: non-conformity -> conformity
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 2 | ||||
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_museum_find.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 3bea6d5cd..c88bff96a 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -235,7 +235,7 @@ {% field_flex_multiple_obj "Former collection" item "museum_former_collections" %} {% field_flex "Inventory entry year" item.museum_inventory_entry_year %} {% field_flex "Conformity with inventory" item.museum_inventory_conformity %} - {% field_flex "Comment of non-conformity" item.museum_non_conformity_comment %} + {% field_flex "Comment on conformity" item.museum_conformity_comment %} {% field_flex "Inventory transcript" item.museum_inventory_transcript %} {% field_flex "Original/reproduction" item.museum_original_repro %} {% field_flex "Date of museum allocation" item.museum_allocation_date|date:"SHORT_DATE_FORMAT" %} diff --git a/archaeological_finds/templates/ishtar/sheet_museum_find.html b/archaeological_finds/templates/ishtar/sheet_museum_find.html index 7fee6cde0..7f8b2c506 100644 --- a/archaeological_finds/templates/ishtar/sheet_museum_find.html +++ b/archaeological_finds/templates/ishtar/sheet_museum_find.html @@ -163,7 +163,7 @@ {% field_flex_multiple_obj "Type of marking" item "museum_marking_type" %} {% field_flex "Marking details" item.mark "<pre>" "</pre>" %} {% field_flex "Conformity with inventory" item.museum_inventory_conformity %} - {% field_flex "Comment of non-conformity" item.museum_non_conformity_comment %} + {% field_flex "Comment on conformity" item.museum_conformity_comment %} {% field_flex "Inventory entry year" item.museum_inventory_entry_year %} {% field_flex "Inventory transcript" item.museum_inventory_transcript %} {% field_flex "Original/reproduction" item.museum_original_repro %} |