예제 #1
0
 def clean_course_id(self):
     """
     Validate the course id
     """
     if self.cleaned_data['course_id']:
         return clean_course_id(self)
예제 #2
0
파일: forms.py 프로젝트: edx/edx-platform
 def clean_course_id(self):
     """
     Validate the course id
     """
     return clean_course_id(self)
예제 #3
0
 def clean_course_id(self):
     """
     Validate the course id
     """
     return clean_course_id(self)
예제 #4
0
 def clean_course_id(self):
     """
     Validate the course id
     """
     if self.cleaned_data['course_id']:
         return clean_course_id(self)