Does this plugin work with Django 3.0.8?
I followed this tutorial here: https://dev.to/zxenia/django-inline-formsets-with-class-based-views-and-crispy-forms-14o6 although my end goal is to have two formsets on. the same page. Right now, I have my parent form and one formset with the option to "add another." However, when.I click "add another," nothing happens and there's also no option for "remove." Any help would be greatly appreciated! Thank you