turn off comments
[redakcja.git] / apps / catalogue / templates / catalogue / image_detail.html
index d791bfd..8ad2a63 100755 (executable)
@@ -1,5 +1,5 @@
 {% extends "catalogue/base.html" %}
-{% load book_list comments i18n %}
+{% load book_list i18n %}
 
 
 {% block titleextra %}{{ object.title }}{% endblock %}
 </div>
 
 
-<div class='section'>
-    <h2>{% trans "Comments" %}</h2>
-
-    {% render_comment_list for object %}
-    {% with object.get_absolute_url as next %}
-        {% render_comment_form for object %}
-    {% endwith %}
-</div>
-
 {% endblock content %}