Exemplo n.º 1
0
    def test_linked_contributors(self):
        from clld.web.util.helpers import linked_contributors

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

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