Add course and workshop project types to admin interface
This commit is contained in:
parent
4c896ae6b7
commit
6285e81883
@ -21,7 +21,8 @@ class ProjectForm(Form):
|
||||
is_private = BooleanField('Private')
|
||||
category = SelectField('Category', choices=[
|
||||
('film', 'Film'),
|
||||
('training', 'Training'),
|
||||
('course', 'Course'),
|
||||
('workshop', 'Workshop'),
|
||||
('assets', 'Assets')])
|
||||
status = SelectField('Status', choices=[
|
||||
('published', 'Published'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user