Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 3a4cf77

Browse files
authored
fix: typo in widgets.py leading to issue 641 (#652)
1 parent 25e28e3 commit 3a4cf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangocms_text_ckeditor/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def get_ckeditor_settings(self, language):
110110
'placeholder_id': self.placeholder.pk if self.placeholder else None,
111111
'render_plugin_url': self.render_plugin_url or '',
112112
'add_plugin_url': admin_reverse(cms_placeholder_add_plugin) if self.placeholder else '',
113-
'clancel_plugin_url': self.cancel_url or '',
113+
'cancel_plugin_url': self.cancel_url or '',
114114
'delete_on_cancel': self.delete_on_cancel or False,
115115
'action_token': self.action_token or '',
116116
'lang': {

0 commit comments

Comments
 (0)