models import CameraReady EMPTY_VOLUME_LABEL = '(no volume)' class UpdateVolumeForm(ModelForm): class Meta: model = CameraReady fields = ['volume'] widgets = { ...
確定! 回上一頁