diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-10 13:08:48 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-12 09:50:56 +0100 |
| commit | 061edbaac5a37b8e717391c3b7d804a96c041979 (patch) | |
| tree | 79a9647f9e8563d44d08123dd4844a249001e63a /ishtar_common/templates/blocks/DataTables-tabs.html | |
| parent | ac839d9481b863c93a9c0f92011118bb581f7c2d (diff) | |
| download | Ishtar-061edbaac5a37b8e717391c3b7d804a96c041979.tar.bz2 Ishtar-061edbaac5a37b8e717391c3b7d804a96c041979.zip | |
Syndication - export external sources
Diffstat (limited to 'ishtar_common/templates/blocks/DataTables-tabs.html')
| -rw-r--r-- | ishtar_common/templates/blocks/DataTables-tabs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/templates/blocks/DataTables-tabs.html b/ishtar_common/templates/blocks/DataTables-tabs.html index 8b6d4b807..2576f4df5 100644 --- a/ishtar_common/templates/blocks/DataTables-tabs.html +++ b/ishtar_common/templates/blocks/DataTables-tabs.html @@ -42,7 +42,7 @@ id="tab-content-gallery-{{name}}" role="tabpanel" aria-labelledby="tab-gallery-{{name}}"> <div id="content-gallery-{{name}}" class="sources sources-default"></div> - {% if external_sources %}{% for source_id, source_label, source_url in external_sources %} + {% if external_sources %}{% for source_id, source_label, source_url, columns, column_labels, export_urls in external_sources %} <div id="content-gallery-{{name}}-{{source_id}}" class="sources sources-{{source_id}}"></div> {% endfor %}{% endif %} </div>{% endif %} @@ -50,7 +50,7 @@ id="tab-content-map-{{name}}" role="tabpanel" aria-labelledby="tab-map-{{name}}"> <div id="map-{{name}}-default" class="sources sources-default"></div> - {% if external_sources %}{% for source_id, source_label, source_url in external_sources %} + {% if external_sources %}{% for source_id, source_label, source_url, columns, column_labels, export_urls in external_sources %} <div id="map-{{name}}-{{source_id}}" class="sources sources-{{source_id}}"></div>{% endfor %}{% endif %} </div>{% endif %} {% if current_model.STATISTIC_MODALITIES %} |
