]> git.openstreetmap.org Git - osqa.git/commitdiff
Added missing WebFaction logo required by default sidebar promotion reference. Update...
authorrick <rick@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 11 May 2010 20:26:36 +0000 (20:26 +0000)
committerrick <rick@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 11 May 2010 20:26:36 +0000 (20:26 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@225 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/settings/sidebar.py
forum/skins/default/media/images/webfaction.png [new file with mode: 0644]

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'})))
diff --git a/forum/skins/default/media/images/webfaction.png b/forum/skins/default/media/images/webfaction.png
new file mode 100644 (file)
index 0000000..7c19d6c
Binary files /dev/null and b/forum/skins/default/media/images/webfaction.png differ