app/soc/views/site/user/profile.py
changeset 500 44ea4620c5c0
parent 483 70f21691b0e1
child 512 aae25d2b4464
--- a/app/soc/views/site/user/profile.py	Mon Nov 17 10:36:35 2008 +0000
+++ b/app/soc/views/site/user/profile.py	Mon Nov 17 12:18:09 2008 +0000
@@ -101,8 +101,7 @@
 
   Args:
     request: the standard django request object
-    page: a soc.logic.site.page.Page object which is abstraction that combines 
-      a Django view with sidebar menu info
+    page_name: the page name displayed in templates as page and header title
     template: the "sibling" template (or a search list of such templates)
       from which to construct the public.html template name (or names)
 
@@ -268,8 +267,7 @@
 
   Args:
     request: the standard django request object
-    page: a soc.logic.site.page.Page object which is abstraction that combines 
-      a Django view with sidebar menu info
+    page_name: the page name displayed in templates as page and header title
     link_name: the User's site-unique "link_name" extracted from the URL
     template: the "sibling" template (or a search list of such templates)
       from which to construct the public.html template name (or names)
@@ -423,8 +421,7 @@
 
   Args:
     request: the standard django request object
-    page: a soc.logic.site.page.Page object which is abstraction that combines 
-      a Django view with sidebar menu info
+    page_name: the page name displayed in templates as page and header title
     template: the "sibling" template (or a search list of such templates)
       from which to construct the public.html template name (or names)