diff -r 9bd78a5073c2 -r 843d83b87282 app/soc/views/person/profile.py --- a/app/soc/views/person/profile.py Thu Oct 16 15:12:00 2008 +0000 +++ b/app/soc/views/person/profile.py Thu Oct 16 15:22:41 2008 +0000 @@ -54,12 +54,14 @@ exclude = ['user'] -def edit(request, program=None, link_name=None, +def edit(request, page=None, program=None, link_name=None, template='soc/person/profile/edit.html'): """View for a Person to modify the properties of a Person Model. Args: request: the standard django request object. + page: a soc.logic.site.page.Page object which is abstraction that combines + a Django view with sidebar menu info template: the template path to use for rendering the template. Returns: