thumbnail

This commit is contained in:
Sanj 2011-12-17 12:59:13 +05:30
parent 577aa9eff3
commit e99df99e70

View File

@ -20,7 +20,7 @@
<div id="image">
{% load thumbnail %}
{% for f in front_images %}
{% comment %} {% thumbnail f.image "468x282" crop="center" as im %} {% endcomment %}
{% thumbnail f.image "468x282" crop="center" as im %}
<img src="{{ im.url }}" width="468" height="282" alt="" title="{{ f.caption }}" data-link="{{ f.link }}" class="banner">
{% endfor %}