I am developing an app with a customized admin/change_list.html [1]. I added djang-batchadmin, which itself has a template extending admin/ change_list.html (batchadmin/templates/batchadmin/change_list.html)
What is the most effective pattern to manage multiple apps extending the same admin template? Should I have my app instead extend batchadmin/change_list.html, since batchadmin is now a dependency? Thanks. [1] I only need to customize or rename the searchbar tag with some jquery interactivity and other changes, but for now it's a customized change_list.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---