comment out erang comments for now

This commit is contained in:
Sanj 2012-01-01 16:11:03 +05:30
parent 47f0e07a00
commit c8974ec533

View File

@ -103,7 +103,7 @@ association of theatre people coming together in the larger interests of theatre
</div> </div>
<!--
<div id="commentWrapper"> <div id="commentWrapper">
{% load comments %} {% load comments %}
<h3>Comments and Feedback</h3> <h3>Comments and Feedback</h3>
@ -112,11 +112,6 @@ association of theatre people coming together in the larger interests of theatre
{% ifnotequal comment_list|length 0 %} {% ifnotequal comment_list|length 0 %}
<div id="comments_list"> <div id="comments_list">
<!--
<h4 class="responsesHeader">
Responses:
</h4>
-->
{% for comment in comment_list %} {% for comment in comment_list %}
<div class="comment {% cycle 'commentOdd' 'commentEven' %}"> <div class="comment {% cycle 'commentOdd' 'commentEven' %}">
<div class="comment_user"> <div class="comment_user">
@ -155,3 +150,4 @@ association of theatre people coming together in the larger interests of theatre
</form> </form>
</div> </div>
</div> </div>
-->