From 05e91dd8a7f69631cb3cfa870ee1293da3070658 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 27 Jan 2014 22:36:36 +0200 Subject: No images in main page --- newsdiff/templates/articles.html | 7 ------- 1 file changed, 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 %}
  • - {% if article.images.all %} - {% thumbnail article.images.all.0.image '60x60' as tim %} - - {% endthumbnail %} - {% else %} - - {% endif %} {{ article.title }}
  • -- cgit v1.3.1