Esempio n. 1
0
 def clean_course_id(self):
     """
     Validate the course id
     """
     if self.cleaned_data['course_id']:
         return clean_course_id(self)
Esempio n. 2
0
 def clean_course_id(self):
     """
     Validate the course id
     """
     return clean_course_id(self)
Esempio n. 3
0
 def clean_course_id(self):
     """
     Validate the course id
     """
     return clean_course_id(self)
Esempio n. 4
0
 def clean_course_id(self):
     """
     Validate the course id
     """
     if self.cleaned_data['course_id']:
         return clean_course_id(self)