summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newsdiff/templates/articles.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/newsdiff/templates/articles.html b/newsdiff/templates/articles.html
index 40a755f..f01cd79 100644
--- a/newsdiff/templates/articles.html
+++ b/newsdiff/templates/articles.html
@@ -13,13 +13,6 @@
{% for article in articles %}
<li>
<a href="{% url 'haaretz_article' article.haaretz_id %}">
- {% if article.images.all %}
- {% thumbnail article.images.all.0.image '60x60' as tim %}
- <img src="{{ tim.url }}">
- {% endthumbnail %}
- {% else %}
- <img src="http://placekitten.com/g/60/45">
- {% endif %}
<span>{{ article.title }}</span>
</a>
</li>