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
3439713c
Commit
3439713c
authored
Dec 13, 2012
by
Giorgos Korfiatis
Browse files
Fix violation check
parent
3ffacf08
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/models.py
View file @
3439713c
...
...
@@ -1401,7 +1401,7 @@ class Project(SyncedModel):
application
=
self
.
application
if
application
is
None
:
return
True
return
len
(
self
.
approved_members
)
<=
application
.
limit_on_members_number
return
len
(
self
.
approved_members
)
>
application
.
limit_on_members_number
@
property
def
is_terminated
(
self
):
...
...
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