0.8.27 one article breadcrumbs
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
{% for art in forloop_for %}
|
{% for art in articles %}
|
||||||
{% include "widgets/w_news_element_item.html" %}
|
{% include "widgets/w_news_element_item.html" %}
|
||||||
{#<div>{{ art.text|safe }}</div>#}
|
{#<div>{{ art.text|safe }}</div>#}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="block_w_paging">
|
<div class="block_w_paging">
|
||||||
{% with from_el=3 forloop_for=breadcrumbs_arts %}
|
{% with from_el=0 articles=breadcrumbs_arts last_el=0 elements_on_page=3 %}
|
||||||
{% include 'blocks/articles/b_news_elements_content.html' %}
|
{% include 'blocks/articles/b_news_elements_content.html' %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="block_w_paging">
|
<div class="block_w_paging">
|
||||||
{% with from_el=3 forloop_for=articles %}
|
{% with from_el=3 %}
|
||||||
{% include 'blocks/articles/b_news_elements_content.html' %}
|
{% include 'blocks/articles/b_news_elements_content.html' %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
{# boris edited #}
|
{# boris edited #}
|
||||||
|
|||||||
Reference in New Issue
Block a user