From 183c1422d978e2b1cbb1d47e0a024dcee57ae3f9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 27 Oct 2021 11:55:34 +0200 Subject: Syndication - search UI --- .../templates/blocks/DataTables-external-sources.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ishtar_common/templates/blocks/DataTables-external-sources.html (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 new file mode 100644 index 000000000..ce4d67ada --- /dev/null +++ b/ishtar_common/templates/blocks/DataTables-external-sources.html @@ -0,0 +1,14 @@ +{% load i18n %} + +
+
+ + {% for source_id, source_label in external_sources %} + + {% endfor %} +
+
-- cgit v1.2.3