Re: Removing title from each admin page

2010-11-26 Thread Marcos Moyano
Sure there is. You have to override the template:
django/contrib/admin/templates/admin/base.html
Create an admin folder within your templates folder, copy that template over
that admin folder and remove the "{{ title }}" statement.

Hope it helps.
Marcos

On Fri, Nov 26, 2010 at 7:37 AM, Luca Casagrande
wrote:

> Hello folks,
> is there any way to remove the title over each admin element, like
> "Site administration" or "Select..to change".
>
> Thanks
> Luca
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
Some people, when confronted with a problem, think “I know, I'll use regular
expressions.” Now they have two problems.

Jamie Zawinski, in comp.emacs.xemacs

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Removing title from each admin page

2010-11-26 Thread Luca Casagrande
Hello folks,
is there any way to remove the title over each admin element, like
"Site administration" or "Select..to change".

Thanks
Luca

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.