mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2024-11-17 06:19:24 +08:00
Removed avatar form in student status
This commit is contained in:
parent
5ac9f32bde
commit
7672f487c8
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ class CustomStudentStatusForm(forms.ModelForm):
|
|||
|
||||
subject = forms.ModelMultipleChoiceField(
|
||||
queryset=SubjectInstance.objects.none(), required=False)
|
||||
avatar = forms.ImageField(required=False)
|
||||
|
||||
class Meta:
|
||||
model = StudentStatus
|
||||
|
|
Loading…
Reference in a new issue