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