diff rhodecode/model/notification.py @ 2296:e5c0f201ca0b codereview

Add changeset status change into emails
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 17 May 2012 12:54:44 +0200
parents 76947224bf27
children 91fae60bf2b6
line wrap: on
line diff
--- a/rhodecode/model/notification.py	Thu May 17 00:47:45 2012 +0200
+++ b/rhodecode/model/notification.py	Thu May 17 12:54:44 2012 +0200
@@ -108,6 +108,7 @@
             email_subject = NotificationModel().make_description(notif, False)
             type_ = type_
             email_body = body
+            ## this is passed into template
             kwargs = {'subject': subject, 'body': h.rst_w_mentions(body)}
             kwargs.update(email_kwargs)
             email_body_html = EmailNotificationModel()\