diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-23 11:26:27 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-26 15:20:15 +0100 |
| commit | c42d872ac8f60048b927d8306d9a2adff0ebaafd (patch) | |
| tree | 6e0b8387491a024ebacea1a7d8b85515061085be /archaeological_finds/templates | |
| parent | 8007419f7735f697f2ffa8e188ff885eff9f4a4d (diff) | |
| download | Ishtar-c42d872ac8f60048b927d8306d9a2adff0ebaafd.tar.bz2 Ishtar-c42d872ac8f60048b927d8306d9a2adff0ebaafd.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 %} |
