diff --git a/files/forms.py b/files/forms.py index 55dbc552..77a30b88 100644 --- a/files/forms.py +++ b/files/forms.py @@ -123,6 +123,7 @@ class MediaPublishForm(forms.ModelForm): widgets = { "category": CategoryModalWidget(), + "state": forms.RadioSelect(), } def __init__(self, user, *args, **kwargs): diff --git a/templates/cms/publish_media.html b/templates/cms/publish_media.html index 41f5437d..cee5745a 100644 --- a/templates/cms/publish_media.html +++ b/templates/cms/publish_media.html @@ -6,6 +6,33 @@ {% block headermeta %}{% endblock headermeta %} +{% block extra_head %} + + +{% endblock extra_head %} + {% block innercontent %}