TEMPLATE_LOADERS has that line out of the box in 1.3 I moved my app before admin in INSTALLED_APPS but no help.
Finally found the answer in this post: http://stackoverflow.com/questions/2263808/how-to-override-django-edit-inline-tabular-html-for-only-1-app Put tabular.html in myproject/templates/admin/edit_inline directory and all is well. Whew. Thanks very much for the help. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

