Friday, November 26, 2010

Re: Removing title from each admin page

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 "<h1>{{ title }}</h1>" statement.

Hope it helps.
Marcos

On Fri, Nov 26, 2010 at 7:37 AM, Luca Casagrande <luca.casagrande@gmail.com> 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-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.




--
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-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