app/soc/models/work.py
changeset 513 3c1e16637ad7
parent 512 aae25d2b4464
child 533 ba3309b2fd30
--- a/app/soc/models/work.py	Thu Nov 20 18:50:30 2008 +0000
+++ b/app/soc/models/work.py	Thu Nov 20 19:43:31 2008 +0000
@@ -62,9 +62,9 @@
   #: site.  Except in /site/document (Developer) forms, this field is not
   #: usually directly editable by the User, but is instead set by controller
   #: logic to match the "scope" of the document.
-  partial_path = db.StringProperty(required=True,
-      verbose_name=ugettext_lazy('Partial path'))
-  partial_path.help_text = ugettext_lazy(
+  scope_path = db.StringProperty(required=True,
+      verbose_name=ugettext_lazy('Scope path'))
+  scope_path.help_text = ugettext_lazy(
     'path portion of URLs, prepended to link ID')
 
   #: Required link ID, appended to a "path" to form the document URL.