Wednesday, June 1, 2011

Re: Overridden Admin Template Not Recognized

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 django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment