I'm trying to change django templates to my own directory templates copying the django-admin templates directory.
cp -R /usr/local/lib/python2.6/dist-packages/django/contrib/admin/ templates/admin /home/konatufe/djproyect/djapp/templates/ When do that, I can't see the change_list page of admin interface, because appear the next error: Template error In template /home/konatufe/djproject/djapp/templates/admin/ change_list.html, error at line 77 Invalid block tag: 'admin_actions' Someone can give me a tip to resolve this? -- 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.