From 0f2dc303750f3ddd88e911b0e4af9a497774036d Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 29 May 2013 04:38:51 -0400 Subject: fixed the folded editor option on the ask page and allowed to go to a specific question by hitting enter when selection in the dropdown is made --- askbot/templates/widgets/ask_form.html | 1 + 1 file changed, 1 insertion(+) (limited to 'askbot/templates/widgets/ask_form.html') diff --git a/askbot/templates/widgets/ask_form.html b/askbot/templates/widgets/ask_form.html index 3ddb07dd..1d5029f1 100644 --- a/askbot/templates/widgets/ask_form.html +++ b/askbot/templates/widgets/ask_form.html @@ -13,6 +13,7 @@ {% set editor_is_folded = ( + settings.QUESTION_BODY_EDITOR_MODE == 'folded' and settings.MIN_QUESTION_BODY_LENGTH == 0 and form.text.value()|is_empty_editor_value() ) -- cgit v1.2.3-1-g7c22