equal
deleted
inserted
replaced
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. |