Re: Trying to customize admin interface form

2008-10-08 Thread bmsilva
That's what happens when I don't read the documentation until the end. Found this in django documentation: """ Templates which may be overridden per app or modelĀ¶ Not every template in contrib\admin\templates\admin may be overridden per app or per model. The following can: *

Trying to customize admin interface form

2008-10-08 Thread bmsilva
Hi, I tried to change submit_line.html in the admin interface for a particular model without success. /myproj/templates/admin/submit_line.html --> works /myproj/templates/admin/myapp/submit_line.html --> nothing happens /myproj/templates/admin/myapp/mymodel/submit_line.html --> nothing happens