You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using crispy_forms. Could this be the reason?
I have an ImageCropField and 3 ImageRatioFields in my ModelForm.
I expect to get 4 images on my form. But I get 7.
An extra one for each of the ImageRatioFields that look identical to the each other.
Any idea why?
The text was updated successfully, but these errors were encountered:
It seems that with crispy forms you do not need to include the {{form.media}} in the header, as crispy includes this info in the form content. I removed the {{form.media}} in my header and this issue went away.
I am using crispy_forms. Could this be the reason?
I have an ImageCropField and 3 ImageRatioFields in my ModelForm.
I expect to get 4 images on my form. But I get 7.
An extra one for each of the ImageRatioFields that look identical to the each other.
Any idea why?
The text was updated successfully, but these errors were encountered: