Skip to content

Commit

Permalink
Updated tree editor for typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gagandeep committed Nov 27, 2018
1 parent c53bc77 commit e39b5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion categories/editor/tree_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def old_changelist_view(self, request, extra_context=None):
if django.VERSION[0] == 1 and django.VERSION[1] < 4:
context['root_path'] = self.admin_site.root_path
elif django.VERSION[0] >= 2:
context['opts'] = self..model._meta
context['opts'] = self.model._meta
else:
selection_note_all = ungettext('%(total_count)s selected', 'All %(total_count)s selected', cl.result_count)

Expand Down

0 comments on commit e39b5d2

Please sign in to comment.