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 | 428769899f679e054b1b79f40b8c0ca1b3119387 (patch) | |
tree | 5f9012ed94ce2f854d9a349f7264447419cd99d3 /archaeological_operations/templates | |
parent | ee5bce7c860e8ed505bd40365bb6b1d7baea13f6 (diff) | |
download | Ishtar-428769899f679e054b1b79f40b8c0ca1b3119387.tar.bz2 Ishtar-428769899f679e054b1b79f40b8c0ca1b3119387.zip |
Syndication - serialization - display sheet find - 2
Diffstat (limited to 'archaeological_operations/templates')
-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 %} |