X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/cec50f4a763e8cbd9855ece5af43876471aec874..5c27752e396ef1b6e794a489b577b0f7be3126b6:/forum/settings/basic.py diff --git a/forum/settings/basic.py b/forum/settings/basic.py index ec4d141..a4efd6f 100644 --- a/forum/settings/basic.py +++ b/forum/settings/basic.py @@ -8,7 +8,7 @@ from django.forms.widgets import Textarea BASIC_SET = SettingSet('basic', _('Basic settings'), _("The basic settings for your application"), 1) -APP_LOGO = Setting('APP_LOGO', '/m/default/media/images/logo.png', BASIC_SET, dict( +APP_LOGO = Setting('APP_LOGO', '/upfiles/logo.png', BASIC_SET, dict( label = _("Application logo"), help_text = _("Your site main logo."), widget=ImageFormWidget))