app/soc/views/home.py
changeset 513 3c1e16637ad7
parent 512 aae25d2b4464
--- a/app/soc/views/home.py	Thu Nov 20 18:50:30 2008 +0000
+++ b/app/soc/views/home.py	Thu Nov 20 19:43:31 2008 +0000
@@ -39,7 +39,7 @@
 DEF_HOME_PUBLIC_TMPL = 'soc/home/public.html'
 
 @decorators.view
-def public(request, page_name=None, partial_path=None, link_id=None, 
+def public(request, page_name=None, scope_path=None, link_id=None, 
            entity_type='HomeSettings',
            template=DEF_HOME_PUBLIC_TMPL):
   """How the "general public" sees a "home" page.
@@ -58,7 +58,7 @@
   context = helper.responses.getUniversalContext(request)
   
   settings = models.site_settings.logic.getFromFields(
-      partial_path=partial_path, link_id=link_id)
+      scope_path=scope_path, link_id=link_id)
 
   if settings:
     context['home_settings'] = settings