Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
1166d750
Commit
1166d750
authored
Jan 31, 2013
by
Sofia Papagiannaki
Committed by
Georgios D. Tsoukalas
Feb 14, 2013
Browse files
Do not allow negative project member number
parent
97090a88
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/forms.py
View file @
1166d750
...
...
@@ -780,6 +780,7 @@ class ProjectApplicationForm(forms.ModelForm):
limit_on_members_number
=
forms
.
IntegerField
(
label
=
max_members_label
,
help_text
=
max_members_help
,
min_value
=
0
,
required
=
False
)
class
Meta
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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