Commit 6e51f051 authored by Malcolm Tredinnick's avatar Malcolm Tredinnick
Browse files

Fixed #8577 -- Fixed a couple of indentation errors when viewing the app-index

page in admin. Patch by evenrik.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8607 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 3b993b29
Loading
Loading
Loading
Loading
+17 −14
Original line number Diff line number Diff line
@@ -389,6 +389,9 @@ class AdminSite(object):
                        if app_dict:
                            app_dict['models'].append(model_dict),
                        else:
                            # First time around, now that we know there's
                            # something to display, add in the necessary meta
                            # information.
                            app_dict = {
                                'name': app_label.title(),
                                'app_url': '',