app/soc/modules/ghop/logic/cleaning.py
changeset 2884 2be8f6b8379e
parent 2861 17d5cfe85faf
child 2893 1adc6a815c71
equal deleted inserted replaced
2883:2249ade05d16 2884:2be8f6b8379e
    57     return cleaned_data
    57     return cleaned_data
    58 
    58 
    59   return wrapper
    59   return wrapper
    60 
    60 
    61 
    61 
    62 def clean_mentors_list(field_name):
    62 def cleanMentorsList(field_name):
    63   """Clean method to check and validate list of mentor's link_ids.
    63   """Clean method to check and validate list of mentor's link_ids.
    64   """
    64   """
    65 
    65 
    66   @check_field_is_empty(field_name)
    66   @check_field_is_empty(field_name)
    67   def wrapper(self):
    67   def wrapper(self):