diff --git a/tienda/forms.py b/tienda/forms.py index a108c4d..3701a74 100644 --- a/tienda/forms.py +++ b/tienda/forms.py @@ -398,14 +398,4 @@ class ReviewForm(forms.Form): 'rows': 5, 'placeholder': 'Comparte tu experiencia con este producto...' }) - ) - images = forms.ImageField( - label="Imágenes (opcional)", - required=False, - validators=[validate_image_file], - widget=forms.ClearableFileInput(attrs={ - 'class': 'form-control', - 'accept': 'image/*', - 'multiple': True - }) ) \ No newline at end of file