mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-28 03:30:38 +00:00
Merge pull request #53 from dokterbob/iambrandontaylor
README: Forgotten little comma causing lots of havoc.
This commit is contained in:
commit
e7263ac5d0
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ Example:
|
|||
'adminsortable/js/admin.sortable.tabular.inlines.js',
|
||||
)
|
||||
css = {
|
||||
'screen': ('adminsortable/css/admin.sortable.inline.css'),
|
||||
'screen': ('adminsortable/css/admin.sortable.inline.css', ),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue