diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-08 22:53:40 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-08 22:53:40 +0100 |
| commit | 2393e78e5a59bce5ebba51b1bb2b8b626768a3d1 (patch) | |
| tree | 08d21aa9815a7e06fbc8e896eb88d54fb79e273b | |
| parent | 1f122c6caf305cd1136ba3b33a2c0a58267b7128 (diff) | |
| download | Ishtar-2393e78e5a59bce5ebba51b1bb2b8b626768a3d1.tar.bz2 Ishtar-2393e78e5a59bce5ebba51b1bb2b8b626768a3d1.zip | |
🚑️ fix find template syntax
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 4 |
1 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 6bfe9eee3..e1dfd1981 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -27,9 +27,9 @@ {% with associated_treatment_files_count=item.associated_treatment_files_count %} {% with can_view_container=permission_view_own_container|or_:permission_view_container %} +{% with display_warehouse_treatments=item.container|or_:item.container_ref|or_:item.upstream_treatment|or_:item.downstream_treatment|or_:non_modif_treatments_count|or_:associated_treatment_files_count %} {% with dating_list=item|m2m_listing:"datings" %} {% with display_datations=dating_list %} -{% with display_warehouse_treatments=item.container|or_:item.container_ref|or_:item.upstream_treatment|or_:item.downstream_treatment|or_:non_modif_treatments_count|or_:associated_treatment_files_count %} {% with can_view_documents=permission_view_own_document|or_:permission_view_document %} {% with can_change=permission_change_own_find|or_:permission_change_find %} {% with has_documents=item|safe_or:"documents.count|documents_list"|safe_and_not:"documents_not_available" %} @@ -332,7 +332,7 @@ {% endif %} </div> -{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %} +{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %}{% endwith %} <script type='text/javascript'> $( "#{{window_id}}-tabs" ).on( "tabsactivate", function( event, ui ) { |
