X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/22236fb67da2f27ceb35ad138f4d534a4fd08251..626876f896404c5b8ed10e200d95cbedc5158f5b:/forum/settings/sidebar.py diff --git a/forum/settings/sidebar.py b/forum/settings/sidebar.py index 7814594..4e5ad39 100644 --- a/forum/settings/sidebar.py +++ b/forum/settings/sidebar.py @@ -11,6 +11,11 @@ label = _("Show the Welcome box"), help_text = _("Do you want to show the welcome box when a user first visits your site."), required=False)) +SHOW_INTERESTING_TAGS_BOX = Setting('SHOW_INTERESTING_TAGS_BOX', True, SIDEBAR_SET, dict( +label = _("Show interesting tags in the sidebar"), +help_text = _("Check this if you want to see the interesting tags container in the sidebar."), +required=False)) + APP_INTRO = Setting('APP_INTRO', u'

Ask and answer questions, make the world better!

', SIDEBAR_SET, dict( label = _("Application intro"), help_text = _("The introductory page that is visible in the sidebar for anonymous users."),