Hello, I followed the documentation http://www.djangobook.com/en/1.0/chapter17/ in the section "Creating Custom Admin Views". I try to override the change_list.html for one of my models.
I only would like to extend the change_list for the model with some extra context data. All of the other functionality should be the same. So I create the URLconf entry, the new view and the customized template in my template directory. But I get this errormessage http://dpaste.com/42185/ I think the original context from the admin view is missing now, but how could I solve this problem? Bernd --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---