diff options
Diffstat (limited to 'ishtar_common/templates/blocks/DataTables-stats.html')
-rw-r--r-- | ishtar_common/templates/blocks/DataTables-stats.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/blocks/DataTables-stats.html b/ishtar_common/templates/blocks/DataTables-stats.html index d443a7721..8c6d387ac 100644 --- a/ishtar_common/templates/blocks/DataTables-stats.html +++ b/ishtar_common/templates/blocks/DataTables-stats.html @@ -48,7 +48,7 @@ {% with stats_name=name %}{% with extra="default" %} {% include "blocks/DataTables-stats-detail.html" %} {% endwith %}{% endwith %} - {% 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 %} {% with stats_name=name %}{% with extra=source_id %} {% include "blocks/DataTables-stats-detail.html" %} {% endwith %}{% endwith %} |