1👍
Possibly, only your home view defines form
in your context. ALL of your views must define it:
context['form'] = MyFormClass()
- [Answered ]-AttributeError: 'NoneType' object has no attribute '_consistency' when trying to show a list from database
- [Answered ]-What is "dictionary-style string formatting" used in Django RedirectView url
- [Answered ]-Why can't I POST to Django with pyCurl?
- [Answered ]-Django: Url Mapping vs GET
Source:stackexchange.com