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.casagra...@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-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@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.