app/soc/views/user/profile.py
changeset 383 8a8820544caa
parent 365 74dec172944e
child 384 45d6a1b492d6
--- a/app/soc/views/user/profile.py	Sat Oct 18 17:25:04 2008 +0000
+++ b/app/soc/views/user/profile.py	Sat Oct 18 17:27:53 2008 +0000
@@ -189,4 +189,4 @@
 def create(request, page=None, template=DEF_USER_PROFILE_EDIT_TMPL):
   """create() view is same as edit() view, but with no link_name supplied.
   """
-  return edit(request, page, link_name=None, template=template)
\ No newline at end of file
+  return edit(request, page=page, link_name=None, template=template)
\ No newline at end of file