From 697966da54cbfc76836abfba3816e3f4848fb53c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 3 Nov 2021 23:34:00 +0100 Subject: Syndication - gallery UI --- ishtar_common/wizards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/wizards.py') 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): -- cgit v1.2.3