Open michaelhjulskov opened 6 years ago
a quick test shows that issue dissapear when i remove this: {% if required %} required{% endif %}{% include "floppyforms/attrs.html" %}
But that isnt a solution obviously.
Hope for someone to help me :) Thanks
This must be an issue that needs to be fixed! If there already is an image, you dont need to require a new image. Logically!
This hack solves my issue.
Hi
Thanks for sharing I have a little issue regarding the image_thumbnail.html example. Issue is, that if an image already is saved and imagefield is required, if i render the form and do not select a new image, my browser will tell me that i need to pick a file. I tried to fix it this way, but it did not solve my issue:
old:
new:
How to fix it? :)