summaryrefslogtreecommitdiff
path: root/ishtar_common/widgets.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-10-27 11:55:34 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:20:59 +0100
commit183c1422d978e2b1cbb1d47e0a024dcee57ae3f9 (patch)
treecc39c3e69039af5bc7854602a4ec9c956e0b4316 /ishtar_common/widgets.py
parent62e05e799962d810804d0cd5f8d377ac8b434a01 (diff)
downloadIshtar-183c1422d978e2b1cbb1d47e0a024dcee57ae3f9.tar.bz2
Ishtar-183c1422d978e2b1cbb1d47e0a024dcee57ae3f9.zip
Syndication - search UI
Diffstat (limited to 'ishtar_common/widgets.py')
-rw-r--r--ishtar_common/widgets.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar_common/widgets.py b/ishtar_common/widgets.py
index 29165232a..05605a258 100644
--- a/ishtar_common/widgets.py
+++ b/ishtar_common/widgets.py
@@ -1191,6 +1191,7 @@ class DataTable(Select2Media, forms.RadioSelect):
self.user = None
self.gallery = gallery
self.map = map
+ self.external_sources = None
if self.col_prefix and not self.col_prefix.endswith("__"):
self.col_prefix += "__"
@@ -1318,6 +1319,7 @@ class DataTable(Select2Media, forms.RadioSelect):
"loading": str(_("Loading...")),
"remove": str(_("Remove")),
"sname": name.replace("-", ""),
+ "external_sources": self.external_sources,
"gallery": self.gallery,
"use_map": self.map() if callable(self.map) else self.map,
"multiple": self.multiple,