equal
deleted
inserted
replaced
128 * set id and __select__ attributes to match desired events and entity types |
128 * set id and __select__ attributes to match desired events and entity types |
129 * set a content attribute to define the content of the email (unless you |
129 * set a content attribute to define the content of the email (unless you |
130 override call) |
130 override call) |
131 """ |
131 """ |
132 __abstract__ = True |
132 __abstract__ = True |
133 id = 'notif_entity_updated' |
133 __regid__ = 'notif_entity_updated' |
134 msgid_timestamp = False |
134 msgid_timestamp = False |
135 message = _('updated') |
135 message = _('updated') |
136 no_detailed_change_attrs = () |
136 no_detailed_change_attrs = () |
137 content = """ |
137 content = """ |
138 Properties have been updated by %(user)s: |
138 Properties have been updated by %(user)s: |