From: hernani
Date: Mon, 28 Jun 2010 12:09:42 +0000 (+0000)
Subject: Hides that ugly text on answer form for the moment.
X-Git-Tag: live~677
X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/22ab11b63aa40c78f686da2ccdf26eb0c7b3a291?hp=01d2edfa97f4edd4243a06aef8ee99faaade47ab
Hides that ugly text on answer form for the moment.
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@457 0cfe37f9-358a-4d5e-be75-b63607b5c754
---
diff --git a/forum/skins/default/templates/question.html b/forum/skins/default/templates/question.html
index 694ab71..20fdf1c 100644
--- a/forum/skins/default/templates/question.html
+++ b/forum/skins/default/templates/question.html
@@ -178,6 +178,7 @@
{% endspaceless %}
+ {% comment %}
{% if not request.user.is_authenticated %}
{% trans "You can answer anonymously and then login." %}
{% else %}
@@ -193,6 +194,7 @@
{% endif %}
{% endif %}
+ {% endcomment %}