コード例 #1
0
 def get_published_registrations(self, user):
     from indico.modules.events.registration.util import get_published_registrations
     is_participant = self.is_user_registered(user)
     return get_published_registrations(self, is_participant)
コード例 #2
0
ファイル: events.py プロジェクト: harshdchandel/indico
 def published_registrations(self):
     from indico.modules.events.registration.util import get_published_registrations
     return get_published_registrations(self)
コード例 #3
0
ファイル: events.py プロジェクト: florv/indico
 def published_registrations(self):
     from indico.modules.events.registration.util import get_published_registrations
     return get_published_registrations(self)