argh, thumbnails?
This commit is contained in:
parent
03d9484857
commit
58dc149e42
|
@ -20,9 +20,9 @@
|
|||
<div id="image">
|
||||
{% load thumbnail %}
|
||||
{% for f in front_images %}
|
||||
{% thumbnail f.image "468x282" crop="center" as im %}
|
||||
<img src="{{ im.url }}" width="468" height="282" alt="" title="{{ f.caption }}" class="banner">
|
||||
{% endthumbnail %}
|
||||
{% comment %} {% thumbnail f.image "468x282" crop="center" as im %} {% endcomment %}
|
||||
<img src="{{ f.image.url }}" width="468" height="282" alt="" title="{{ f.caption }}" class="banner">
|
||||
|
||||
{% endfor %}
|
||||
<!-- <img src="/static/images/noel/banner2.jpg" width="468" height="282" alt="banner-image" id="banner" > -->
|
||||
<!--<p id="textTop">Welcome to the India Theatre Forum </p>-->
|
||||
|
|
Loading…
Reference in New Issue
Block a user