Fixed a too long line in logic/helper/notifications.py
Patch by: Lennard de Rijk
--- 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 = {