2👍
✅
Because ContForm
isn’t inheriting from forms.Form
?
Edit: looks like a modelform, in which case ContForm(forms.ModelForm)
, but either way if you don’t inherit from the form classes all form.kaf
is doing is pulling up this python object that doesn’t know what to do with itself.
Source:stackexchange.com