Re: 'Site administration' heading in django admin interface

2005-10-27 Thread Emanuele
OK, solved! I copied contrib/admin/templates/admin/base.html to my local admin directory of templates and commented out this line: {% if title %}{{ title }}{% endif %} and that's it. Thanks a lot, Emanuele

Re: 'Site administration' heading in django admin interface

2005-10-27 Thread Ian Holsman
Have you tried modifying/copying the file $SRC//django/contrib/admin/templates/admin/base.html if you modifiy your project settings file you can override this by simply placing a file called admin/base.html into your own template directory (before the standard one) Cheers Ian On 10/28/05, Emanu

'Site administration' heading in django admin interface

2005-10-27 Thread Emanuele
Hi, I'm using django automatic admin interface as (only) web-interface for a little application already in production/testing [*]. I customized a bit the main admin page using "django-admin.py adminindex" output but I'm not able to remove the heading "Site administration" on top of it because it i