Django

Code

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

File setup-admin-auth-user.diff, 0.5 kB (added by dummy@habmalnefrage.de, 2 years ago)

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

  • setup.py

    old new  
    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',