Skip to content

Commit

Permalink
Fixed backend admin plugin editor not working, thanks a lot to @yml f…
Browse files Browse the repository at this point in the history
…or reporting this and @dangerfield for spotting the bug
  • Loading branch information
Jonas Obrist committed Aug 5, 2011
1 parent 935a705 commit afc8892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cms/forms/widgets.py
Expand Up @@ -132,6 +132,7 @@ class Media:
js = [cms_static_url(path) for path in (
'js/libs/jquery.ui.core.js',
'js/libs/jquery.ui.sortable.js',
'js/plugin_editor.js',
)]
css = {
'all': [cms_static_url(path) for path in (
Expand Down

0 comments on commit afc8892

Please sign in to comment.