add allow download option on Media edit page
This commit is contained in:
parent
cb5d077d77
commit
2f0a654fdf
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ class MediaForm(forms.ModelForm):
|
||||||
"thumbnail_time",
|
"thumbnail_time",
|
||||||
"reported_times",
|
"reported_times",
|
||||||
"is_reviewed",
|
"is_reviewed",
|
||||||
|
"allow_download"
|
||||||
)
|
)
|
||||||
widgets = {
|
widgets = {
|
||||||
"tags": MultipleSelect(),
|
"tags": MultipleSelect(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue