0.7.56
articles paging
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% load static %}
|
||||
|
||||
{% if from_el and forloop.counter > from_el %}
|
||||
{% if not from_el or forloop.counter > from_el %}
|
||||
<div class="news_item_pagination">
|
||||
<div class="pag_news_img"><img src="{{ MEDIA_URL }}{{ art.picture }}" /></div>
|
||||
<div class="pag_news_item_text">
|
||||
|
||||
Reference in New Issue
Block a user