We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e04ac7 commit cab2284Copy full SHA for cab2284
pytition/petition/forms.py
@@ -94,7 +94,7 @@ class PetitionCreationStep3(forms.Form):
94
95
class ContentFormGeneric(forms.Form):
96
### Content of a Petition ###
97
- text = forms.CharField(widget=TinyMCE)
+ text = forms.CharField(widget=TinyMCE, required=False)
98
target = forms.IntegerField(required=False)
99
side_text = forms.CharField(widget=TinyMCE, required=False)
100
footer_text = forms.CharField(widget=TinyMCE, required=False)
0 commit comments