diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-05-18 16:24:26 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:20:59 +0100 |
commit | c641fca2bc2bd5c6892b4105325dee99e9da35d6 (patch) | |
tree | 5f9012ed94ce2f854d9a349f7264447419cd99d3 /archaeological_operations | |
parent | e39f05ef095d9b74853fa177d8ce2a566478dae2 (diff) | |
download | Ishtar-c641fca2bc2bd5c6892b4105325dee99e9da35d6.tar.bz2 Ishtar-c641fca2bc2bd5c6892b4105325dee99e9da35d6.zip |
Syndication - serialization - display sheet find - 2
Diffstat (limited to 'archaeological_operations')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 14 |
1 files changed, 1 insertions, 13 deletions
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 %} <h3>{{operation_docs}}</h3> - <table class='table table-striped datatables' - id="{{window_id}}-docs-table"> - {% for values in item.documents_list %}{% if not forloop.counter0 %} - <thead> - {% for value in values %}<th class="text-center">{{value}}</th>{% endfor %} - </thead> - {% else %} - <tr> - {% for value in values %}<td>{{value}}</td>{% endfor %} - </tr> - {% endif %} - {% endfor %} - </table> + {% include "ishtar/blocks/api_document_list.html" %} {% endif %} </div> {% endif %} |