From 22ab11b63aa40c78f686da2ccdf26eb0c7b3a291 Mon Sep 17 00:00:00 2001
From: hernani
Date: Mon, 28 Jun 2010 12:09:42 +0000
Subject: [PATCH] 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
---
forum/skins/default/templates/question.html | 2 ++
1 file changed, 2 insertions(+)
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 %}