From 88cb831e09e9e9aa1617594dcb8e0e4fcc162d70 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 24 Oct 2012 15:01:20 +0530 Subject: [PATCH] noteworthy template --- urbstudio/templates/noteworthy.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/urbstudio/templates/noteworthy.html b/urbstudio/templates/noteworthy.html index de3a667..b30e74d 100755 --- a/urbstudio/templates/noteworthy.html +++ b/urbstudio/templates/noteworthy.html @@ -56,7 +56,21 @@ float:right; {% thumbnail n.image "200" as im %} {% endthumbnail %} - +
+ +
+ {% for img in n.noteworthyimage_set.all %} + {% thumbnail img.image "1000" as im_large %} + {% thumbnail img.image "80x80" crop="center" as im %} + + + + + {% endthumbnail %} + + {% endthumbnail %} + {% endfor %} +
{% else %}