summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-08-15 08:59:29 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-08-15 08:59:29 -0400
commit439d7834f1d37281fc54dc9212eed559bf8f3337 (patch)
tree346678b6fc9de407591ecea0e97c022c951f2321
parent8ae86c2015a622fc03231f6d4e50b4e191f4a89e (diff)
downloadaskbot-439d7834f1d37281fc54dc9212eed559bf8f3337.tar.gz
askbot-439d7834f1d37281fc54dc9212eed559bf8f3337.tar.bz2
askbot-439d7834f1d37281fc54dc9212eed559bf8f3337.zip
removed a duplicate message in the anonymous ask form
-rw-r--r--askbot/skins/default/templates/widgets/ask_form.html1
1 files changed, 0 insertions, 1 deletions
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 @@
<div class="form-item">
<div id="askFormBar">
{% if not request.user.is_authenticated() %}
- <p>{% trans %}login to post question info{% endtrans %}</p>
<p>{% trans %}<span class=\"strong big\">You are welcome to start submitting your question anonymously</span>. 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 %}</p>
{% else %}
{% if settings.EMAIL_VALIDATION %}