add allow download option on Media edit page

This commit is contained in:
Markos Gogoulos 2021-01-12 21:35:25 +02:00
parent cb5d077d77
commit 2f0a654fdf

View file

@ -27,6 +27,7 @@ class MediaForm(forms.ModelForm):
"thumbnail_time",
"reported_times",
"is_reviewed",
"allow_download"
)
widgets = {
"tags": MultipleSelect(),