mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-11-22 08:13:33 +01:00
add allow download option on Media edit page
This commit is contained in:
parent
cb5d077d77
commit
2f0a654fdf
@ -27,6 +27,7 @@ class MediaForm(forms.ModelForm):
|
||||
"thumbnail_time",
|
||||
"reported_times",
|
||||
"is_reviewed",
|
||||
"allow_download"
|
||||
)
|
||||
widgets = {
|
||||
"tags": MultipleSelect(),
|
||||
|
Loading…
Reference in New Issue
Block a user