Skip to content

Commit

Permalink
fixing summernote
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmundy authored and jcmundy committed Oct 16, 2023
1 parent 990a5ef commit cf949e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')),



Expand Down

0 comments on commit cf949e7

Please sign in to comment.