]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/sidebar.py
Added missing WebFaction logo required by default sidebar promotion reference. Update...
[osqa.git] / forum / settings / sidebar.py
index e588512ff82c456a0e4193fa4f4999bec241b28f..031763a7632946ce08677c0e802629e4eb98cbb1 100644 (file)
@@ -11,12 +11,15 @@ required=False))
 
 SIDEBAR_UPPER_TEXT = Setting('SIDEBAR_UPPER_TEXT',
 u"""
-## [Reliable OSQA Hosting](http://www.webfaction.com?affiliate=osqa)
+[![WebFaction logo][2]][1]
+## [Reliable OSQA Hosting][1]
 
-We recommend [**WebFaction**](http://www.webfaction.com?affiliate=osqa) \
-for OSQA hosting. For under $10/month their reliable servers get the job done. See our \
+We recommend [**WebFaction**][1] for OSQA hosting. For \
+under $10/month their reliable servers get the job done. See our \
 [**step-by-step setup guide**](http://wiki.osqa.net/display/docs/Installing+OSQA+on+WebFaction).
-""", SIDEBAR_SET, dict(
+
+[1]: http://www.webfaction.com?affiliate=osqa
+[2]: /m/default/media/images/webfaction.png""", SIDEBAR_SET, dict(
 label = "Upper Block Content",
 help_text = " The upper sidebar block. ",
 widget=Textarea(attrs={'rows': '10'})))