Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
62395fb0
Commit
62395fb0
authored
Aug 11, 2012
by
Baptiste Mouterde
Committed by
ikoalaz
Aug 11, 2012
Browse files
comment: fix schema: add the send field
parent
bb0a5238
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/lib/schemas.py
View file @
62395fb0
...
...
@@ -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
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment