django-multiupload icon indicating copy to clipboard operation
django-multiupload copied to clipboard

Not working with django-crispy-forms

Open bashu opened this issue 3 years ago • 0 comments

It's not working with django-crispy-forms, for example:

{% form|crispy %}

will produce input field without multiple attribute, this is how crispy template tags are implemented.

bashu avatar Mar 16 '22 11:03 bashu