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
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
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
3 matches
Mail list logo