image = forms.ImageField(required=False, widget=forms.FileInput(attrs={'class': 'form-control'})) ethnicity = forms.ChoiceField(choices ...
確定! 回上一頁