app/soc/views/helper/access.py
changeset 2145 ea919c2dfe41
parent 2116 68d7679a2af2
child 2160 3f9dd37d98a8
equal deleted inserted replaced
2144:725d9afb6572 2145:ea919c2dfe41
  1397 
  1397 
  1398     return
  1398     return
  1399 
  1399 
  1400   @allowDeveloper
  1400   @allowDeveloper
  1401   def checkStudentProjectHasStatus(self, django_args, allowed_status):
  1401   def checkStudentProjectHasStatus(self, django_args, allowed_status):
  1402     """Checks whether the Project has one of the given statusses.
  1402     """Checks whether the Project has one of the given statuses.
  1403 
  1403 
  1404     Args:
  1404     Args:
  1405       django_args: a dictionary with django's arguments
  1405       django_args: a dictionary with django's arguments
  1406       allowed_status: list with the allowed statusses for the entity
  1406       allowed_status: list with the allowed statusses for the entity
  1407 
  1407