app/soc/views/helper/redirects.py
changeset 667 f96095df1433
parent 654 68bafa9f719f
child 675 14958011dceb
--- a/app/soc/views/helper/redirects.py	Fri Dec 05 22:25:57 2008 +0000
+++ b/app/soc/views/helper/redirects.py	Fri Dec 05 22:27:04 2008 +0000
@@ -31,8 +31,9 @@
   
   return result
 
+
 def getInviteRedirect(entity, params):
-  """
+  """Returns the invitation redirect for the specified entity.
   """
 
   result ='/%s/invite/%s' % (
@@ -40,6 +41,7 @@
 
   return result
 
+
 def getCreateRedirect(entity, params):
   """Returns the create program redirect for the specified entity.
   """
@@ -49,6 +51,7 @@
 
   return result
 
+
 def getEditRedirect(entity, params):
   """Returns the edit redirect for the specified entity.
   """