Skip to content

Commit

Permalink
disable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath24 committed Oct 7, 2014
1 parent 4e7561a commit 83bc0ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blogango/templates/blogango/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ <h6 class="posted_by">By : <a href="{% url "blogango_author" entry.created_by %}
</div>
{% endcomment %}

{% comment %}
{% if comments %}
<!--COMMENT BLOCK STARTS-->
<h2 style="clear:both;">Comments</h2>
Expand Down Expand Up @@ -136,10 +137,7 @@ <h1>Reactions</h1>
</div>
<!--COMMENT FORM BLOCK ENDS-->

{% endblock %}


{% comment %}
<div id="columnA_2columns">
<div class="post">
<h3><a href="{{entry.get_absolute_url}}">{{entry.title}}</a></h3>
Expand All @@ -148,3 +146,5 @@ <h3><a href="{{entry.get_absolute_url}}">{{entry.title}}</a></h3>
</div>
</div>
{% endcomment %}

{% endblock %}

0 comments on commit 83bc0ba

Please sign in to comment.