pagination now might work
This commit is contained in:
parent
f92c61792c
commit
64f02f9bf1
@ -51,12 +51,12 @@ layout: default
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<div class="page-navigation">
|
<div class="page-navigation">
|
||||||
{% if previous_page %}
|
{% if paginator.previous_page %}
|
||||||
<a href="{{ previous_page_path }}">Zurück</a>
|
<a href="{{ paginator.previous_page_path }}">Zurück</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
| Seite {{ page }} von {{ total pages }} |
|
| Seite {{ paginator.page }} von {{ paginator.total pages }} |
|
||||||
{% if next_page %}
|
{% if next_page %}
|
||||||
<a href="{{ next_page_path }}">Vor</a>
|
<a href="{{ paginator.next_page_path }}">Vor</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user