app/soc/logic/helper/notifications.py
changeset 750 6e8d67d04507
parent 664 fb4c825b24ab
child 756 a0c0b48563cb
--- a/app/soc/logic/helper/notifications.py	Mon Dec 15 01:07:18 2008 +0000
+++ b/app/soc/logic/helper/notifications.py	Mon Dec 15 01:08:16 2008 +0000
@@ -97,10 +97,11 @@
   properties = {'account': users.get_current_user()}
   current_user_entity = user_logic.logic.getForFields(properties, unique=True)
 
-  # TODO(Lennard): change the message sender to some sort of no-reply adress that is
-  # probably a setting in sitesettings. (adress must be a developer). This is due
-  # to a GAE limitation that allows only devs or the current user to send an email.
-  # Currently this results in a user receiving the same email twice.
+  # TODO(Lennard): change the message sender to some sort of no-reply adress 
+  # that is probably a setting in sitesettings. (adress must be a developer). 
+  # This is due to a GAE limitation that allows only devs or the current user 
+  # to send an email. Currently this results in a user receiving the same 
+  # email twice.
   
   # create the message contents
   messageProperties = {