We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e07662 commit b319eecCopy full SHA for b319eec
adminsortable2/admin.py
@@ -62,7 +62,7 @@ class SortableAdminBase:
62
@property
63
def media(self):
64
css = {'all': ['adminsortable2/css/sortable.css']}
65
- js = ['adminsortable2/js/adminsortable2.js']
+ js = ['adminsortable2/js/adminsortable2.min.js']
66
return super().media + widgets.Media(css=css, js=js)
67
68
0 commit comments