Skip to content

Commit

Permalink
Add zip_download to the update form.
Browse files Browse the repository at this point in the history
  • Loading branch information
teleyinex committed Nov 7, 2017
1 parent 6cbbfe3 commit 9f34faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pybossa/forms/forms.py
Expand Up @@ -72,6 +72,7 @@ class ProjectUpdateForm(ProjectForm):
validators.Length(max=255)])
long_description = TextAreaField(lazy_gettext('Long Description'))
allow_anonymous_contributors = BooleanField(lazy_gettext('Allow Anonymous Contributors'))
zip_download = BooleanField(lazy_gettext('Allow ZIP data download'))
category_id = SelectField(lazy_gettext('Category'), coerce=int)
protect = BooleanField(lazy_gettext('Protect with a password?'))
password = TextField(lazy_gettext('Password'))
Expand Down

0 comments on commit 9f34faa

Please sign in to comment.