silly
This commit is contained in:
parent
4cd5669a94
commit
9c6ac2d41c
|
@ -20,7 +20,7 @@
|
|||
<div id="image">
|
||||
{% load thumbnail %}
|
||||
{% for f in front_images %}
|
||||
{% thumbnail f.image "468x282" crop="center" as im %}
|
||||
{% thumbnail f.image "469x282" crop="center" as im %}
|
||||
<img src="{{ im.url }}" width="468" height="282" alt="" title="{{ f.caption }}" data-link="{{ f.link }}" class="banner">
|
||||
{% endthumbnail %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user