Closed khrizo closed 5 years ago
I'm getting: context must be a dict rather than Context when posting using ajax.
context must be a dict rather than Context
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
self.send_emails(request, form_for_form, form, entry, attachments)
I'm getting:
context must be a dict rather than Context
when posting using ajax.