How do I display the Django '__all__' form errors in the template?

后端 未结 2 993
慢半拍i
慢半拍i 2020-12-23 13:06

I have the following form code:

# forms.py
class SomeForm(forms.Form):
    hello = forms.CharField(max_length=40)
    world = forms.CharField(max_length=40)
         


        
2条回答
提交回复
热议问题