Ticket #61: setup-admin-auth-user.diff

File setup-admin-auth-user.diff, 557 bytes (added by dummy@…, 18 years ago)

this fix the template packing for admin/auth/user/*.html

  • setup.py

     
    1616        '': ['*.TXT'],
    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',
    2122                                 'templates/widget/*.html',
Back to Top