app/soc/logic/models/request.py
changeset 818 ddd102e82107
parent 676 c6433532ddff
child 928 df051fc9d7a1
--- a/app/soc/logic/models/request.py	Mon Jan 19 16:23:37 2009 +0000
+++ b/app/soc/logic/models/request.py	Mon Jan 19 23:25:23 2009 +0000
@@ -62,8 +62,8 @@
   def _onCreate(self, entity):
     """Sends out a message notifying users about the new invite/request.
     """
-    
-    if entity.group_accepted:  
+
+    if entity.group_accepted:
       # this is an invite
       notifications.sendInviteNotification(entity)
     elif entity.user_accepted: