Use outside packages.
[prawokultury.git] / migdal / templates / comments / migdal / entry / list.html
diff --git a/migdal/templates/comments/migdal/entry/list.html b/migdal/templates/comments/migdal/entry/list.html
deleted file mode 100755 (executable)
index c01f256..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{% load gravatar %}
-{% load markup_tags %}
-<dl id="comments">
-  {% for comment in comment_list %}
-    <dt id="c{{ comment.id }}">
-        <img src="{% gravatar_for_email comment.email 24 %}"/>
-        {{ comment.submit_date }} - {{ comment.name }}
-    </dt>
-    <dd>
-        <p>{{ comment.comment|textile_restricted_pl }}</p>
-    </dd>
-  {% endfor %}
-</dl>
\ No newline at end of file