class Diary(forms.Form): title = forms.CharField() content = forms.CharField(widget=forms.Textarea(), label=\'\')
This above one is my form,