summaryrefslogtreecommitdiff
path: root/ishtar_common/widgets.py
diff options
context:
space:
mode:
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,