mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-09-03 10:31:59 +00:00
show newer on page more than one
This commit is contained in:
parent
97576236a0
commit
037baf4eac
@ -40,7 +40,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<div class="t-center pt-16 pb-27">
|
<div class="t-center pt-16 pb-27">
|
||||||
{% if request.get('part') %}
|
{% if request.get('part') > 1 %}
|
||||||
<a rel="nofollow" href="{{
|
<a rel="nofollow" href="{{
|
||||||
path(
|
path(
|
||||||
'main_index',
|
'main_index',
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<div class="t-center pt-16 pb-27">
|
<div class="t-center pt-16 pb-27">
|
||||||
{% if request.get('part') %}
|
{% if request.get('part') > 1 %}
|
||||||
<a rel="nofollow" href="{{
|
<a rel="nofollow" href="{{
|
||||||
path(
|
path(
|
||||||
'main_namespace',
|
'main_namespace',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user