include promo slider even if there are no previews (bug 760062)
This commit is contained in:
Родитель
a464f33951
Коммит
37db549d1a
|
@ -6,11 +6,9 @@
|
|||
</div>
|
||||
<ul class="content">
|
||||
{% for product in products %}
|
||||
{% if not preview or preview.filetype != 'video/webm' %}
|
||||
<li>
|
||||
{{ market_tile(product, src=src) }}
|
||||
</li>
|
||||
{% endif %}
|
||||
<li>
|
||||
{{ market_tile(product, src=src) }}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Загрузка…
Ссылка в новой задаче