X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/af2fa7143f68cc56b2c5053f2f079399bbba6885..22236fb67da2f27ceb35ad138f4d534a4fd08251:/forum/settings/sidebar.py diff --git a/forum/settings/sidebar.py b/forum/settings/sidebar.py index 2242538..7814594 100644 --- a/forum/settings/sidebar.py +++ b/forum/settings/sidebar.py @@ -26,7 +26,8 @@ u""" , SIDEBAR_SET, dict( label = "Question title tips", help_text = "Tips visible on the ask or edit questions page about the question title.", -required=False)) +required=False, +widget=Textarea(attrs={'rows': '10'}))) QUESTION_TAG_TIPS = Setting('QUESTION_TAG_TIPS', u""" @@ -37,7 +38,8 @@ u""" , SIDEBAR_SET, dict( label = "Tagging tips", help_text = "Tips visible on the ask or edit questions page about good tagging.", -required=False)) +required=False, +widget=Textarea(attrs={'rows': '10'}))) SIDEBAR_UPPER_SHOW = Setting('SIDEBAR_UPPER_SHOW', True, SIDEBAR_SET, dict(