diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-25 11:22:07 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-25 11:22:07 +0200 |
commit | 1d416a4bb927fb501c452b2c7c4b1f3e9c3c8e0c (patch) | |
tree | 3a1970923448e97439a4955834cb582740cb9d0c /archaeological_context_records | |
parent | 2f042e2dc4e94d09a961bb54b608e48f25a4c5c8 (diff) | |
download | Ishtar-1d416a4bb927fb501c452b2c7c4b1f3e9c3c8e0c.tar.bz2 Ishtar-1d416a4bb927fb501c452b2c7c4b1f3e9c3c8e0c.zip |
🩹 context record sheet: fix duplicate fields (refs #5865)
Diffstat (limited to 'archaeological_context_records')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index fa639f177..f58655abc 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -139,7 +139,6 @@ <h3>{% trans "Description"%}</h3> <div class="row"> {% field_flex_multiple_obj "Excavation techniques" item 'excavation_technics' has_image %} - {% field_flex_multiple_obj "Periods" item 'datings' has_image %} {% field_flex_multiple_obj "Documentation" item 'documentations' has_image %} {% field_flex "Opening date" item.opening_date|date:"DATE_FORMAT" '' '' has_image %} {% field_flex "Closing date" item.closing_date|date:"DATE_FORMAT" '' '' has_image %} |