admin: fix rendering of FileInput

This commit is contained in:
Jens Langhammer
2020-11-29 19:40:28 +01:00
parent 0a2c0464df
commit 5c5adfcccc
6 changed files with 18 additions and 17 deletions

View File

@ -31,6 +31,7 @@ class ApplicationForm(forms.ModelForm):
"name": forms.TextInput(),
"meta_launch_url": forms.TextInput(),
"meta_publisher": forms.TextInput(),
"meta_icon": forms.FileInput(),
}
help_texts = {
"meta_launch_url": _(