Commit 9fff46bd authored by Michal Čihař's avatar Michal Čihař

Fix anonymous suggestions (issue #148)

parent 819cde8a
......@@ -126,7 +126,7 @@ class AntispamForm(forms.Form):
'''
Honeypot based spam protection form.
'''
content = forms.CharField()
content = forms.CharField(required = False)
def clean_content(self):
'''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment