app/soc/views/site/docs/edit.py
changeset 321 f17ecd21ca33
parent 316 9efdc7bc3565
child 324 05e21c089be6
--- a/app/soc/views/site/docs/edit.py	Mon Oct 13 22:32:09 2008 +0000
+++ b/app/soc/views/site/docs/edit.py	Tue Oct 14 12:02:42 2008 +0000
@@ -103,8 +103,8 @@
   properties['user'] = models.user.logic.getFromFields(email=email)
 
   doc = document.logic.updateOrCreateFromFields(properties,
-            partial_path=partial_path, link_name=link_name)
-
+                                                partial_path=partial_path,
+                                                link_name=link_name)
   return doc
 
 
@@ -143,7 +143,7 @@
   try:
     if path:
       doc = document.logic.getFromFields(partial_path=partial_path,
-                                                   link_name=link_name)
+                                         link_name=link_name)
   except out_of_band.ErrorResponse, error:
     # show custom 404 page when path doesn't exist in Datastore
     error.message = error.message + DEF_CREATE_NEW_DOC_MSG