Example #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)
Example #2
0
 def published_registrations(self):
     from indico.modules.events.registration.util import get_published_registrations
     return get_published_registrations(self)
Example #3
0
 def published_registrations(self):
     from indico.modules.events.registration.util import get_published_registrations
     return get_published_registrations(self)