app/soc/views/user/profile.py
changeset 85 426b4ca2a72a
parent 83 3f4f7c540b75
child 98 b2b823466a8b
--- a/app/soc/views/user/profile.py	Tue Aug 19 23:51:31 2008 +0000
+++ b/app/soc/views/user/profile.py	Wed Aug 20 00:02:49 2008 +0000
@@ -46,7 +46,7 @@
     exclude = ['id']
 
 
-def profile(request, linkname=None, template='soc/user/profile.html'):
+def edit(request, linkname=None, template='soc/user/profile/edit.html'):
   """View for a User to modify the properties of a UserModel.
 
   Args: