From 05f473cae178604365892d11df447718210192de Mon Sep 17 00:00:00 2001 From: Karen Date: Tue, 2 Oct 2012 18:36:13 +0530 Subject: [PATCH] removed thumbnail being necessary --- urbstudio/templates/noteworthy.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/urbstudio/templates/noteworthy.html b/urbstudio/templates/noteworthy.html index 701b106..afd88ef 100755 --- a/urbstudio/templates/noteworthy.html +++ b/urbstudio/templates/noteworthy.html @@ -34,9 +34,12 @@ width:200px; {% for n in noteworthy %}
- {% thumbnail n.image "200" as im %} + {% if n.image %} + {% thumbnail n.image "200" as im %} {% endthumbnail %} + {% endif %} +

{% if n.url %} {% endif %}{{ n.title }} {% if n.url %} {% endif %}