Skip to content

Commit

Permalink
fix: typo in widgets.py leading to issue 641 (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Sep 29, 2023
1 parent 25e28e3 commit 3a4cf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_text_ckeditor/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def get_ckeditor_settings(self, language):
'placeholder_id': self.placeholder.pk if self.placeholder else None,
'render_plugin_url': self.render_plugin_url or '',
'add_plugin_url': admin_reverse(cms_placeholder_add_plugin) if self.placeholder else '',
'clancel_plugin_url': self.cancel_url or '',
'cancel_plugin_url': self.cancel_url or '',
'delete_on_cancel': self.delete_on_cancel or False,
'action_token': self.action_token or '',
'lang': {
Expand Down

0 comments on commit 3a4cf77

Please sign in to comment.