Commit 62395fb0 authored by Baptiste Mouterde's avatar Baptiste Mouterde Committed by ikoalaz
Browse files

comment: fix schema: add the send field

parent bb0a5238
......@@ -203,6 +203,7 @@ class CommentForm(formencode.Schema):
content = formencode.validators.String(not_empty=True, max=500)
start = formencode.validators.Int(not_empty=False)
stop = formencode.validators.Int(not_empty=False)
send = formencode.validators.String(if_missing=False)
class PasswordResetForm(formencode.Schema):
......
Supports Markdown
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