mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
for loop limited, pages set again
This commit is contained in:
parent
02ba890d3c
commit
31485e560f
@ -19,7 +19,7 @@
|
||||
|
||||
{% endfor %}
|
||||
<div class="hover-area">
|
||||
{% for key, photo in adv.getViewPhotoUrl %}
|
||||
{% for key, photo in adv.getViewPhotoUrl|(0,3) %}
|
||||
<div class="hover-{{ key }}" data-parent="{{ adv.id }}" data-id="img-{{ adv.id ~ '-' ~ key }}"></div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user