This commit is contained in:
Markos Gogoulos
2026-03-14 16:29:54 +02:00
parent 715e6dec72
commit 10cc4eb069
3 changed files with 30 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ class MediaPublishForm(forms.ModelForm):
widgets = {
"category": CategoryModalWidget(),
"state": forms.RadioSelect(),
}
def __init__(self, user, *args, **kwargs):