summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-01-27 22:36:36 +0200
committerYuval Adam <yuv.adm@gmail.com>2014-01-27 22:36:36 +0200
commit05e91dd8a7f69631cb3cfa870ee1293da3070658 (patch)
tree082e8303f889b20dfff0d19a124f45e0465ff23f
parentc89c8f490567bee5e6882ff5ae664df9f1cf9b1b (diff)
No images in main page
-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>