:art: Update get_course_list

huangqimin001 преди 4 години
родител
ревизия
90db003817
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      registration/models.py

+ 0 - 1
registration/models.py

@@ -100,7 +100,6 @@ class CourseInfo(BaseModelMixin):
100 100
             'fields': self.all_fields,
101 101
         }
102 102
 
103
-    @property
104 103
     def admindata(self, admin_id):
105 104
         fields = CourseRegisterFieldInfo.objects.filter(course_id=self.course_id, status=True)
106 105
         return {