diff -r d22e4fe8e64b -r 44ea4620c5c0 app/soc/views/models/role.py --- a/app/soc/views/models/role.py Mon Nov 17 10:36:35 2008 +0000 +++ b/app/soc/views/models/role.py Mon Nov 17 12:18:09 2008 +0000 @@ -113,8 +113,7 @@ Args: request: the standard Django HTTP 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 kwargs: the Key Fields for the specified entity """ @@ -131,8 +130,7 @@ Args: request: the standard Django HTTP 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 kwargs: the Key Fields for the specified entity """ @@ -168,8 +166,7 @@ Args: request: the standard Django HTTP 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 kwargs: the Key Fields for the specified entity """