Fixed a too long line in logic/helper/notifications.py
authorLennard de Rijk <ljvderijk@gmail.com>
Wed, 17 Dec 2008 22:27:55 +0000
changeset 759 ed7a7596033e
parent 758 59307ec93f1d
child 760 48d38f8a50ab
Fixed a too long line in logic/helper/notifications.py Patch by: Lennard de Rijk
app/soc/logic/helper/notifications.py
--- a/app/soc/logic/helper/notifications.py	Wed Dec 17 22:25:16 2008 +0000
+++ b/app/soc/logic/helper/notifications.py	Wed Dec 17 22:27:55 2008 +0000
@@ -81,7 +81,9 @@
       }
   
   # render the message
-  message = loader.render_to_string('soc/notification/messages/invitation.html', dictionary=messageProperties)
+  message = loader.render_to_string(
+      'soc/notification/messages/invitation.html', 
+      dictionary=messageProperties)
   
   # create the fields for the notification
   fields = {