Skip to content

Commit

Permalink
update admin url for 1.4 (root_path)
Browse files Browse the repository at this point in the history
  • Loading branch information
Merino committed Sep 21, 2011
1 parent dc47149 commit 1bdb21f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion constance/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def changelist_view(self, request, extra_context=None):
return HttpResponseRedirect('.')
context = {
'config': [],
'root_path': self.admin_site.root_path,
'title': _('Constance config'),
'app_label': 'constance',
'opts': Config._meta,
Expand Down

0 comments on commit 1bdb21f

Please sign in to comment.