示例#1
0
    def test_linked_contributors(self):
        from clld.web.util.helpers import linked_contributors

        linked_contributors(self.env['request'], common.Contribution.first())
示例#2
0
    def test_linked_contributors(self):
        from clld.web.util.helpers import linked_contributors

        linked_contributors(self.env["request"], common.Contribution.first())
示例#3
0
 def format(self, item):
     return linked_contributors(self.dt.req, item.chapter)
示例#4
0
 def format(self, item):
     return linked_contributors(self.dt.req, item)