Remove 16_9 image from extension props

This property is now available on Project level.
This commit is contained in:
2019-04-19 12:52:47 +02:00
parent a04e62e3e9
commit 4f9699c7ae
3 changed files with 1 additions and 6 deletions

View File

@@ -8,7 +8,6 @@ from pillar.web.utils.forms import FileSelectField
class FilmProjectForm(FlaskForm):
video_url = URLField(validators=[URL()])
picture_16_9 = FileSelectField('Picture 16x9', file_format='image')
poster = FileSelectField('Poster Image', file_format='image')
logo = FileSelectField('Logo', file_format='image')
is_in_production = BooleanField('In Production')