elo80ka / django-dynamic-formset

A jQuery plugin that allows you dynamically add new forms to a rendered django formset.
675 stars 309 forks source link

Remove button appears even with can_delete=False #143

Open jlucchese opened 6 years ago

jlucchese commented 6 years ago

Hello, thanks for this wonderful package.

I would like to disable the remove button for some inlines formsets, but it is showing even when I don't write {{ form.DELETE }}. Is there another way that I could accomplish this?

jmdelatorre commented 6 years ago

I have the same problem, did you find a fix?

found a quick fix by doing deleteText: ""

jlucchese commented 6 years ago

Thanks for the quick fix, I haven't found anything yet.