From 637cee4f4116be0548a4874d87db9c4d28221cd0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 19 Jul 2025 14:30:29 +0200 Subject: 🐛 Imports form: fix import link (refs #6398) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/forms_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ishtar_common/forms_common.py b/ishtar_common/forms_common.py index 495499425..1940a15cd 100644 --- a/ishtar_common/forms_common.py +++ b/ishtar_common/forms_common.py @@ -409,7 +409,7 @@ class NewImportForm(BaseImportForm): raise forms.ValidationError(_("This importer need a document archive.")) return data - def clean_imported_images_link(self): + def clean_imported_media_link(self): value = self.cleaned_data.get("imported_media_link", None) if value and value.lower().endswith(".zip"): try: -- cgit v1.2.3