projects can be public, registered, private
This commit is contained in:
parent
c0e1dcdde0
commit
6ad5e46776
6 changed files with 68 additions and 60 deletions
|
@ -8,9 +8,9 @@ from issue.models import *
|
|||
|
||||
|
||||
AddProjectForm = modelform_factory(Project,
|
||||
fields=['display_name', 'name', 'description', 'public'])
|
||||
fields=['display_name', 'name', 'description', 'access'])
|
||||
EditProjectForm = modelform_factory(Project,
|
||||
fields=['display_name', 'description', 'public'])
|
||||
fields=['display_name', 'description', 'access'])
|
||||
LabelForm = modelform_factory(Label,
|
||||
fields=['name', 'color', 'inverted'])
|
||||
TeamForm = modelform_factory(Team,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue