mirror of
https://github.com/jazzband/django-categories.git
synced 2026-05-13 01:53:12 +00:00
py27-lint test fix
This commit is contained in:
parent
1dc6d473ff
commit
3993038f95
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ class TreeEditor(admin.ModelAdmin):
|
|||
})
|
||||
else:
|
||||
context['opts'] = self.model._meta
|
||||
|
||||
|
||||
context.update(extra_context or {})
|
||||
return render_to_response(self.change_list_template or [
|
||||
'admin/%s/%s/change_list.html' % (app_label, opts.object_name.lower()),
|
||||
|
|
|
|||
Loading…
Reference in a new issue