Don Arbow wrote: > Then in the view that calls the template, you determine if the user > is authorized to edit the field.
You don't have a view function with an Admin page ... that doesn't work. But you could just redirect the Admin page to a view function (using the URL config) and from the view then call the Admin after checking the permissions. How about that? I don't use Admin pages, so I can't give you any first hand advice. Michael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---