summaryrefslogtreecommitdiff
path: root/ishtar_common/wizards.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-11-03 23:34:00 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:20:59 +0100
commit697966da54cbfc76836abfba3816e3f4848fb53c (patch)
tree49509019db1f9488e6b992f0286295ec8c4abe2d /ishtar_common/wizards.py
parent9bc1bc57fab26fd6d159341ddb74299ad8b2980e (diff)
downloadIshtar-697966da54cbfc76836abfba3816e3f4848fb53c.tar.bz2
Ishtar-697966da54cbfc76836abfba3816e3f4848fb53c.zip
Syndication - gallery UI
Diffstat (limited to 'ishtar_common/wizards.py')
-rw-r--r--ishtar_common/wizards.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py
index dff2bf2c5..34ed05e13 100644
--- a/ishtar_common/wizards.py
+++ b/ishtar_common/wizards.py
@@ -136,7 +136,7 @@ class IshtarWizard(NamedUrlWizardView):
url = reverse("search-external", args=[base_model_name, src_id])
context["external_sources"].append((src_id, lbl, url))
- form.fields["pk"].widget.external_sources = context["external_sources"]
+ form.fields["pk"].widget.external_sources = context["external_sources"]
open_item_id = self.request.GET.get("open_item", None)
if open_item_id and self.model and getattr(self.model, "SHOW_URL", None):