mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-22 00:40:29 +00:00
Removed extra comma
This commit is contained in:
parent
3ef33043d7
commit
bbb88d57ab
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class SortableAdminBase(object):
|
|||
extra_context.update({
|
||||
'change_list_template_extends': self.change_list_template_extends,
|
||||
'sorting_filters': [sort_filter[0] for sort_filter
|
||||
in getattr(self.model, 'sorting_filters', [])],
|
||||
in getattr(self.model, 'sorting_filters', [])]
|
||||
})
|
||||
return super(SortableAdminBase, self).changelist_view(request,
|
||||
extra_context=extra_context)
|
||||
|
|
|
|||
Loading…
Reference in a new issue