elo80ka / django-dynamic-formset

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

Added 'addImage' and 'deleteImage' options #141

Open adamestein opened 7 years ago

adamestein commented 7 years ago

If used, images will replace the text for the add or delete buttons. Also added to unit tests to ensure that the images were being used if set. Updated usage doc to list new options (in the 1.3 section).