Skip to content

Commit 09a6451

Browse files
committed
Fix static issue
1 parent 04e01cf commit 09a6451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangocms_text/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Media:
3535
}
3636
js = (
3737
static_with_version("cms/js/dist/bundle.admin.base.min.js"),
38-
static("djangocms_text/bundles/bundle.editor.min.js"),
38+
"djangocms_text/bundles/bundle.editor.min.js",
3939
*(static(js) for js in rte_config.js),
4040
)
4141

0 commit comments

Comments
 (0)