From db6f3f2152bfb480915a63ae04e88f2979d23341 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 28 Oct 2021 23:23:26 +0200 Subject: Syndication - search interface --- .../blocks/DataTables-external-sources.html | 25 +++++++++++++--------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'ishtar_common/templates/blocks/DataTables-external-sources.html') diff --git a/ishtar_common/templates/blocks/DataTables-external-sources.html b/ishtar_common/templates/blocks/DataTables-external-sources.html index ce4d67ada..00cc7cf2c 100644 --- a/ishtar_common/templates/blocks/DataTables-external-sources.html +++ b/ishtar_common/templates/blocks/DataTables-external-sources.html @@ -1,14 +1,19 @@ {% load i18n %}
-
- - {% for source_id, source_label in external_sources %} - - {% endfor %} -
+
+ + {% for source_id, source_label, source_url in external_sources %} + + {% endfor %} +
+ + \ No newline at end of file -- cgit v1.2.3