X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1876ec0c8caf982704410cee305d0cde218421d4..58120aed9b7ba336d9935358f0716e9e0de8b7f0:/forum/settings/sidebar.py diff --git a/forum/settings/sidebar.py b/forum/settings/sidebar.py index 2ff349e..a2b3f23 100644 --- a/forum/settings/sidebar.py +++ b/forum/settings/sidebar.py @@ -20,6 +20,10 @@ label = "Show Upper Block", help_text = "Check if your pages should display the upper sidebar block.", required=False)) +SIDEBAR_UPPER_DONT_WRAP = Setting('SIDEBAR_UPPER_DONT_WRAP', False, SIDEBAR_SET, dict( +label = "Don't Wrap Upper Block", +help_text = "Don't wrap upper block with the standard style.", +required=False)) SIDEBAR_UPPER_TEXT = Setting('SIDEBAR_UPPER_TEXT', u""" @@ -42,6 +46,11 @@ label = "Show Lower Block", help_text = "Check if your pages should display the lower sidebar block.", required=False)) +SIDEBAR_LOWER_DONT_WRAP = Setting('SIDEBAR_LOWER_DONT_WRAP', False, SIDEBAR_SET, dict( +label = "Don't Wrap Lower Block", +help_text = "Don't wrap lower block with the standard style.", +required=False)) + SIDEBAR_LOWER_TEXT = Setting('SIDEBAR_LOWER_TEXT', u""" ## Learn more about OSQA