Skip to content

Commit e3d18f1

Browse files
Update djangocms_text/contrib/text_ckeditor4/__init__.py
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent 0a73fe6 commit e3d18f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangocms_text/contrib/text_ckeditor4/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
child_plugin_support=True,
2222
additional_context=dict(
2323
CKEDITOR_BASEPATH=getattr(
24-
settings, "TEXT_CKEDITOR_BASE_PATH", lazy(static, str)("/djangocms_text/vendor/ckeditor4/")
24+
settings, "TEXT_CKEDITOR_BASE_PATH", lazy(static, str)("djangocms_text/vendor/ckeditor4/")
2525
),
2626
),
2727
)

0 commit comments

Comments
 (0)