From c641fca2bc2bd5c6892b4105325dee99e9da35d6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 18 May 2022 16:24:26 +0200 Subject: Syndication - serialization - display sheet find - 2 --- .../templates/ishtar/sheet_operation.html | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 811997515..d24bb20fe 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -352,19 +352,7 @@ {% dynamic_table_document operation_docs 'documents' 'operations' item.pk '' output %} {% elif item.documents_list %}

{{operation_docs}}

- - {% for values in item.documents_list %}{% if not forloop.counter0 %} - - {% for value in values %}{% endfor %} - - {% else %} - - {% for value in values %}{% endfor %} - - {% endif %} - {% endfor %} -
{{value}}
{{value}}
+ {% include "ishtar/blocks/api_document_list.html" %} {% endif %} {% endif %} -- cgit v1.2.3