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-external-sources.html | |
| parent | ac839d9481b863c93a9c0f92011118bb581f7c2d (diff) | |
| download | Ishtar-061edbaac5a37b8e717391c3b7d804a96c041979.tar.bz2 Ishtar-061edbaac5a37b8e717391c3b7d804a96c041979.zip | |
Syndication - export external sources
Diffstat (limited to 'ishtar_common/templates/blocks/DataTables-external-sources.html')
| -rw-r--r-- | ishtar_common/templates/blocks/DataTables-external-sources.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/blocks/DataTables-external-sources.html b/ishtar_common/templates/blocks/DataTables-external-sources.html index c317e0c6f..af8774b82 100644 --- a/ishtar_common/templates/blocks/DataTables-external-sources.html +++ b/ishtar_common/templates/blocks/DataTables-external-sources.html @@ -6,7 +6,7 @@ <input type="radio" name="_sources" autocomplete="off" checked> {% trans "Local" %} <span class="badge badge-light" id="source_badge_default">-</span> </label> - {% for source_id, source_label, source_url in external_sources %} + {% for source_id, source_label, source_url, columns, column_labels, export_urls in external_sources %} <label id="source_button_{{source_id}}" class="btn btn-secondary"> <input type="radio" name="_sources" autocomplete="off"> {{source_label}} <span class="badge badge-light" id="source_badge_{{source_id}}">-</span> |
