diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-19 12:23:33 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:42:32 +0200 |
| commit | 0d97993bac19c4d425a732707dfe3e862f9f1459 (patch) | |
| tree | 6cb3bd6aaed408631964d0b185ad38ae0b6865ea /archaeological_finds/templates/ishtar | |
| parent | c79c6f8cfab2c5508b6f7538d7df2a15990eb7e3 (diff) | |
| download | Ishtar-0d97993bac19c4d425a732707dfe3e862f9f1459.tar.bz2 Ishtar-0d97993bac19c4d425a732707dfe3e862f9f1459.zip | |
🗃️ museum remove unecessary field
Diffstat (limited to 'archaeological_finds/templates/ishtar')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 1 | ||||
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_museum_find.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 98295dd65..82558629e 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -229,7 +229,6 @@ {% field_flex "Name of donor, testator or vendor" item.museum_donor %} {% field_flex_multiple_obj "Presence of inventory marking" item "museum_inventory_marking_presence" %} {% field_flex_multiple_obj "Type of marking" item "museum_marking_type" %} - {% field_flex "Comment on marking" item.museum_marking_comment %} {% field_flex "Collection" item.museum_collection %} {% field_flex_multiple_obj "Former collection" item "museum_former_collections" %} {% field_flex "Inventory entry year" item.museum_inventory_entry_year %} diff --git a/archaeological_finds/templates/ishtar/sheet_museum_find.html b/archaeological_finds/templates/ishtar/sheet_museum_find.html index a3b60f7cd..54463b90f 100644 --- a/archaeological_finds/templates/ishtar/sheet_museum_find.html +++ b/archaeological_finds/templates/ishtar/sheet_museum_find.html @@ -161,7 +161,6 @@ {% field_flex_multiple_obj "Presence of inventory marking" item "museum_inventory_marking_presence" %} {% field_flex_multiple_obj "Type of marking" item "museum_marking_type" %} {% field_flex "Marking details" item.mark "<pre>" "</pre>" %} - {% field_flex "Comment on marking" item.museum_marking_comment %} {% field_flex "Conformity with inventory" item.museum_inventory_conformity %} {% field_flex "Comment of non-conformity" item.museum_non_conformity_comment %} {% field_flex "Inventory entry year" item.museum_inventory_entry_year %} |
