core: fix application icons not loading, fix with_sources being broken

This commit is contained in:
Jens Langhammer
2020-02-20 14:30:06 +01:00
parent 9d8675e54b
commit 6c889eff27
4 changed files with 46 additions and 39 deletions

View File

@ -37,5 +37,7 @@ class ApplicationForm(forms.ModelForm):
labels = {
"meta_launch_url": _("Launch URL"),
"meta_icon_url": _("Icon URL"),
"meta_description": _("Description"),
"meta_publisher": _("Publisher"),
}
help_texts = {"policies": _("Policies required to access this Application.")}