# HG changeset patch # User Lennard de Rijk # Date 1229552875 0 # Node ID ed7a7596033e7290edea1922423086bbc6d4a83a # Parent 59307ec93f1d345f63dbac3e386a5d596e949073 Fixed a too long line in logic/helper/notifications.py Patch by: Lennard de Rijk diff -r 59307ec93f1d -r ed7a7596033e 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 = {