diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-10-17 15:05:03 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:19 +0100 |
commit | 4d2730f4003347eab7c25a5f0b3f01918e522d5a (patch) | |
tree | 67ba67af8d87a8479d4d53f4c3aaec55fc39e9d9 /archaeological_context_records/templates | |
parent | 5a09ae075099e2cf6f509947daaf73074c7822fe (diff) | |
download | Ishtar-4d2730f4003347eab7c25a5f0b3f01918e522d5a.tar.bz2 Ishtar-4d2730f4003347eab7c25a5f0b3f01918e522d5a.zip |
Context records: Excavation technic become many2many
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index acc131e88..a38d2c3bf 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -138,7 +138,7 @@ <hr class="clearfix"> <h3>{% trans "Description"%}</h3> <div class="row"> - {% field_flex "Excavation technique" item.excavation_technic '' '' has_image %} + {% field_flex_multiple_obj "Excavation technique" item 'excavation_technics' has_image %} {% field_flex_multiple_obj "Periods" item 'datings' has_image %} {% field_flex "Town" item.town.label_with_areas '' '' has_image %} {% field_flex_multiple_obj "Documentation" item 'documentations' has_image %} |