From 439d7834f1d37281fc54dc9212eed559bf8f3337 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 15 Aug 2012 08:59:29 -0400 Subject: removed a duplicate message in the anonymous ask form --- askbot/skins/default/templates/widgets/ask_form.html | 1 - 1 file changed, 1 deletion(-) diff --git a/askbot/skins/default/templates/widgets/ask_form.html b/askbot/skins/default/templates/widgets/ask_form.html index 2ece84d5..77a92544 100644 --- a/askbot/skins/default/templates/widgets/ask_form.html +++ b/askbot/skins/default/templates/widgets/ask_form.html @@ -3,7 +3,6 @@
{% if not request.user.is_authenticated() %} -

{% trans %}login to post question info{% endtrans %}

{% trans %}You are welcome to start submitting your question anonymously. When you submit the post, you will be redirected to the login/signup page. Your question will be saved in the current session and will be published after you log in. Login/signup process is very simple. Login takes about 30 seconds, initial signup takes a minute or less.{% endtrans %}

{% else %} {% if settings.EMAIL_VALIDATION %} -- cgit v1.2.3-1-g7c22