]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/basic.py
Adds the option to create static pages with several options to customize its behaviour.
[osqa.git] / forum / settings / basic.py
index ec4d1418d806c57a687ce2de6e2ca256f416c523..a4efd6f105eb78af4e459e0b1f11f75c760f8784 100644 (file)
@@ -8,7 +8,7 @@ from django.forms.widgets import Textarea
 \r
 BASIC_SET = SettingSet('basic', _('Basic settings'), _("The basic settings for your application"), 1)\r
 \r
 \r
 BASIC_SET = SettingSet('basic', _('Basic settings'), _("The basic settings for your application"), 1)\r
 \r
-APP_LOGO = Setting('APP_LOGO', '/m/default/media/images/logo.png', BASIC_SET, dict(\r
+APP_LOGO = Setting('APP_LOGO', '/upfiles/logo.png', BASIC_SET, dict(\r
 label = _("Application logo"),\r
 help_text = _("Your site main logo."),\r
 widget=ImageFormWidget))\r
 label = _("Application logo"),\r
 help_text = _("Your site main logo."),\r
 widget=ImageFormWidget))\r