app/soc/views/helper/access.py
changeset 2257 7c0af7e05257
parent 2178 1d27b489e7e4
child 2361 40b0c25a5793
equal deleted inserted replaced
2256:7b95f10b206a 2257:7c0af7e05257
   981 
   981 
   982     raise out_of_band.AccessViolation(message_fmt=DEF_PAGE_INACTIVE_MSG)
   982     raise out_of_band.AccessViolation(message_fmt=DEF_PAGE_INACTIVE_MSG)
   983 
   983 
   984   @allowDeveloper
   984   @allowDeveloper
   985   @denySidebar
   985   @denySidebar
   986   def checkisAfterEvent(self, django_args, event_name, key_name_arg):
   986   def checkIsAfterEvent(self, django_args, event_name, key_name_arg):
   987     """Checks if the given event has taken place for the given program.
   987     """Checks if the given event has taken place for the given program.
   988 
   988 
   989     Args:
   989     Args:
   990       django_args: a dictionary with django's arguments
   990       django_args: a dictionary with django's arguments
   991       event_name: the name of the event which is checked
   991       event_name: the name of the event which is checked