From 2f0a654fdf4197c6d15d42eea408804fd469ad1b Mon Sep 17 00:00:00 2001 From: Markos Gogoulos Date: Tue, 12 Jan 2021 21:35:25 +0200 Subject: [PATCH] add allow download option on Media edit page --- files/forms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/forms.py b/files/forms.py index 79c207f..5846df4 100644 --- a/files/forms.py +++ b/files/forms.py @@ -27,6 +27,7 @@ class MediaForm(forms.ModelForm): "thumbnail_time", "reported_times", "is_reviewed", + "allow_download" ) widgets = { "tags": MultipleSelect(),