- # We should notify the current user that the node has been successfully deleted\r
- message = _("The <a href=\"%s\">%s</a> has been sucessfully deleted") % (self.node.get_absolute_url(), self.node.node_type)\r
- self.user.message_set.create(message=message)\r
-\r