From 68b31eb21f0a4792df1fceffef5e7cdef2086bf3 Mon Sep 17 00:00:00 2001 From: Karen Date: Tue, 2 Oct 2012 03:07:50 +0530 Subject: [PATCH] removed crop centre on noteworthy.html --- urbstudio/templates/noteworthy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urbstudio/templates/noteworthy.html b/urbstudio/templates/noteworthy.html index 64d04a0..4dcfe53 100755 --- a/urbstudio/templates/noteworthy.html +++ b/urbstudio/templates/noteworthy.html @@ -35,7 +35,7 @@ height:150px; {% for n in noteworthy %}
- {% thumbnail n.image "200x150" crop='center' as im %} + {% thumbnail n.image "200" as im %} {% endthumbnail %}

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