summaryrefslogtreecommitdiffstats
path: root/askbot/templates/faq_static.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/faq_static.html')
-rw-r--r--askbot/templates/faq_static.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/askbot/templates/faq_static.html b/askbot/templates/faq_static.html
index 0bc05cc8..3a2638be 100644
--- a/askbot/templates/faq_static.html
+++ b/askbot/templates/faq_static.html
@@ -31,10 +31,12 @@
<td class="faq-rep-item"><strong>{{settings.MIN_REP_TO_VOTE_UP}}</strong></td>
<td>{% trans %}upvote{% endtrans %}</td>
</tr>
+ {#
<tr>
<td class="faq-rep-item"><strong>{{settings.MIN_REP_TO_LEAVE_COMMENTS}}</strong></td>
<td>{% trans %}add comments{% endtrans %}</td>
</tr>
+ #}
<tr>
<td class="faq-rep-item"><strong>{{settings.MIN_REP_TO_VOTE_DOWN}}</strong></td>
<td>{% trans %}downvote{% endtrans %}</td>