app/soc/logic/models/site_settings.py
changeset 445 31927f21970d
parent 443 94568ac6e3e1
child 446 0b479d573a4c
--- a/app/soc/logic/models/site_settings.py	Wed Nov 05 23:33:22 2008 +0000
+++ b/app/soc/logic/models/site_settings.py	Wed Nov 05 23:36:28 2008 +0000
@@ -33,7 +33,8 @@
   """Logic methods for the SiteSettings model
   """
 
-  DEF_SITE_SETTINGS_PATH = 'site'
+  DEF_SITE_SETTINGS_PARTIAL_PATH = 'site'
+  DEF_SITE_SETTINGS_LINK_NAME = 'home'
   DEF_SITE_HOME_DOC_LINK_NAME = 'home'
 
   def __init__(self):