stephenmcd / django-forms-builder

Let users build forms in Django admin
BSD 2-Clause "Simplified" License
691 stars 281 forks source link

is there a working version for django 1.11? #237

Closed khrizo closed 5 years ago

khrizo commented 6 years ago

I'm getting: context must be a dict rather than Context when posting using ajax.

khrizo commented 5 years ago

dfb works fine, the issue is raised in this line in views.py self.send_emails(request, form_for_form, form, entry, attachments) which is related to django-email-extras due to PyPI not updated details here