branch | tls-sprint |
changeset 761 | 6378cd66d69f |
parent 738 | 9b8cb1976992 |
child 781 | 323656dd85a9 |
--- a/sobjects/notification.py Wed Feb 18 10:06:20 2009 +0100 +++ b/sobjects/notification.py Wed Feb 18 10:21:10 2009 +0100 @@ -282,7 +282,7 @@ if content: contentformat = getattr(entity, self.content_attr + '_format', 'text/rest') content = normalize_text(content, 80, rest=contentformat=='text/rest') - return super(NormalizedTextView, self).context(content=content, **kwargs) + return super(ContentAddedView, self).context(content=content, **kwargs) def subject(self): entity = self.entity(0, 0)