From 936d4be491cbaad03d9762ea6090b950b14dff1f Mon Sep 17 00:00:00 2001 From: Mandel Olaiya Date: Sat, 23 May 2026 02:00:29 +0200 Subject: [PATCH] Fix contact form import to plugin path for staging runtime --- mandelstudio/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mandelstudio/urls.py b/mandelstudio/urls.py index 0999c20..621379e 100644 --- a/mandelstudio/urls.py +++ b/mandelstudio/urls.py @@ -8,7 +8,7 @@ from ocyan.plugin.contact_form.entrypoint import SHOP_BASE_URL from ocyan.plugin.wagtail_oscar_integration.constants import CACHE_DURATION from ocyan.plugin.wordspinner.views.ai_search import ai_search_view -from contact_form.views import post_contact_form +from ocyan.plugin.contact_form.views import post_contact_form from .i18n_views import set_language_normalized from .sitemaps import robots_txt, sitemap_index, sitemap_section