diff --git a/config/urls.py b/config/urls.py index c5622db6..6f508bfd 100644 --- a/config/urls.py +++ b/config/urls.py @@ -62,7 +62,7 @@ re_path(r'^', include('apps.ocr.urls')), re_path(r'^', include('apps.readux.urls')), re_path(r'', include(wagtail_urls)), - re_path(r'^summernote/', include('django_summernote.urls')), + path(r'^summernote/', include('django_summernote.urls')),