Fix up for django 1.10
[sommitrealweird.git] / sommitrealweird / blog / templates / blog / blog_index.html
index 950e4cd94acfc41e5516b7a2559ac0f794868410..f2ede847ed3117dfc7a9e1b96c191d6c1e67bad5 100644 (file)
@@ -1,6 +1,5 @@
 {% extends "base.html" %}
 {% load xhtml11rst %}
-{% load comments %}
 
 {% block extrahead %}
 <link rel="alternate" type="application/atom+xml" title="iDunno's Blog - Atom Feed" href="{{ BLOG_FEED_ROOT }}" />
@@ -26,8 +25,7 @@
                         {% endif %}
                     {% endif %}
                 {% endfor %}
-                {% get_comment_count for entry as comment_count %}
-                | <a href="{{ entry.get_absolute_url }}">permalink</a> | <a href="{{ entry.get_absolute_url }}#comments">Comments</a>: {{ comment_count }}</p>
+                | <a href="{{ entry.get_absolute_url }}">permalink</a></p>
         {% endfor %}
         {% if paginated and has_more_than_one_page %}
             <p class="paginator">Pages: