app/soc/logic/models/request.py
changeset 631 3763d36bcebc
parent 620 e74e0b74625f
child 635 2f5322ad1f5b
--- a/app/soc/logic/models/request.py	Sun Nov 30 17:35:05 2008 +0000
+++ b/app/soc/logic/models/request.py	Sun Nov 30 17:35:48 2008 +0000
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-"""Host (Model) query functions.
+"""Request (Model) query functions.
 """
 
 __authors__ = [
@@ -99,9 +99,8 @@
 
     # create the invitation_url
     invitation_url = "%(host)s%(index)s" % {
-                          'host' : os.environ['HTTP_HOST'], 
-                          'index': redirects.inviteAcceptedRedirect(entity, None)
-                          }
+        'host' : os.environ['HTTP_HOST'], 
+        'index': redirects.inviteAcceptedRedirect(entity, None)}
 
     # get the group entity
     group_entity = entity.scope