Use outside packages.
[prawokultury.git] / migdal / templates / migdal / entry / entry_short.html
diff --git a/migdal/templates/migdal/entry/entry_short.html b/migdal/templates/migdal/entry/entry_short.html
deleted file mode 100755 (executable)
index 432f4c4..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-{% load i18n %}
-{% load comments %}
-{% load migdal_tags %}
-
-
-<div class="entry entry-short entry-{{ object.type }}">
-{% entry_begin object %}
-
-{% if object.has_body %}
-    <a href="{{ object.get_absolute_url }}">{% trans "read more" %}</a>
-{% endif %}
-
-{% if object.get_type.commentable %}
-{% get_comment_count for object as comment_count %}
-<a href="{{ object.get_absolute_url }}#comment">
-{% blocktrans count comment_count as c %}{{c}} comment{% plural %}{{c}} comments{% endblocktrans %}
-</a>
-{% endif %}
-</div>
\ No newline at end of file