Django

Code

Changeset 3524

Show
Ignore:
Timestamp:
08/04/06 20:45:26 (2 years ago)
Author:
adrian
Message:

Fixed #61 -- Added admin/auth/user/*.html to setup.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/setup.py

    r3497 r3524  
    1717        'django.conf': ['locale/*/LC_MESSAGES/*'], 
    1818        'django.contrib.admin': ['templates/admin/*.html', 
     19                                 'templates/admin/auth/user/*.html', 
    1920                                 'templates/admin_doc/*.html', 
    2021                                 'templates/registration/*.html',