app/soc/views/person/profile.py
changeset 298 c76a366c7ab4
parent 274 56e1c1721299
child 299 a1cc853a56e5
--- a/app/soc/views/person/profile.py	Fri Oct 10 13:14:24 2008 +0000
+++ b/app/soc/views/person/profile.py	Sun Oct 12 00:08:54 2008 +0000
@@ -73,7 +73,7 @@
   #   query for the human-readable program name and pass that to the form
   
   # TODO(tlarsen)
-  # if linkname:
+  # if link_name:
   #   query for a site-wide user profile for a friendly display name
   #      to use in the greeting
   # else:
@@ -89,4 +89,4 @@
 
   return shortcuts.render_to_response(
       template, dictionary={'template': template, 'form': form, 'user': user,
-                            'program': program, 'linkname': linkname})
+                            'program': program, 'link_name': link_name})