I have the following form code:
# forms.py class SomeForm(forms.Form): hello = forms.CharField(max_length=40) world = forms.CharField(max_length=40)
{{ form.non_field_errors }}