diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-23 16:29:45 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:42:32 +0200 |
commit | cdfacfb5f6881dc284ee7a4706fa673375ac0850 (patch) | |
tree | 7ab1bbcc190dcbb8c09dedc8a0af8db1cbe17dae /archaeological_finds/templates | |
parent | 8c023005aadd812e3fee3f99e554f156015060a7 (diff) | |
download | Ishtar-cdfacfb5f6881dc284ee7a4706fa673375ac0850.tar.bz2 Ishtar-cdfacfb5f6881dc284ee7a4706fa673375ac0850.zip |
🗃️ find - museum: add fields to search vector
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_museum_find.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_museum_find.html b/archaeological_finds/templates/ishtar/sheet_museum_find.html index 7f8b2c506..4408709b4 100644 --- a/archaeological_finds/templates/ishtar/sheet_museum_find.html +++ b/archaeological_finds/templates/ishtar/sheet_museum_find.html @@ -165,7 +165,7 @@ {% field_flex "Conformity with inventory" item.museum_inventory_conformity %} {% 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_full "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" %} {% field_flex "Purchase price" item.museum_purchase_price %} |