457
457
return self.offering.get_permissions(user)
461
465
"""Get the entities (groups or users) assigned to submit this project.
463
467
This will be a Storm ResultSet.
465
469
#If its a solo project, return everyone in offering
467
473
return self.offering.students
472
476
"""A student project for which submissions can be made."""