Django

Code

Changeset 9048

Show
Ignore:
Timestamp:
09/16/08 01:01:47 (4 months ago)
Author:
adrian
Message:

Changed the app-level links on the admin index page to include trailing slashes, to be consistent with the rest of the links

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/contrib/admin/sites.py

    r9001 r9048  
    296296                        app_dict[app_label] = { 
    297297                            'name': app_label.title(), 
    298                             'app_url': app_label
     298                            'app_url': app_label + '/'
    299299                            'has_module_perms': has_module_perms, 
    300300                            'models': [model_dict],