app/soc/views/person/profile.py
changeset 299 a1cc853a56e5
parent 298 c76a366c7ab4
child 316 9efdc7bc3565
equal deleted inserted replaced
298:c76a366c7ab4 299:a1cc853a56e5
    50 
    50 
    51     #: list of model fields which will *not* be gathered by the form
    51     #: list of model fields which will *not* be gathered by the form
    52     exclude = ['user']
    52     exclude = ['user']
    53 
    53 
    54 
    54 
    55 def edit(request, program=None, linkname=None,
    55 def edit(request, program=None, link_name=None,
    56          template='soc/person/profile/edit.html'):
    56          template='soc/person/profile/edit.html'):
    57   """View for a Person to modify the properties of a Person Model.
    57   """View for a Person to modify the properties of a Person Model.
    58 
    58 
    59   Args:
    59   Args:
    60     request: the standard django request object.
    60     request: the standard django request object.