pagination does not work right now
This commit is contained in:
parent
64f02f9bf1
commit
adfe912a50
@ -50,6 +50,7 @@ layout: default
|
|||||||
</script>
|
</script>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
<!--
|
||||||
<div class="page-navigation">
|
<div class="page-navigation">
|
||||||
{% if paginator.previous_page %}
|
{% if paginator.previous_page %}
|
||||||
<a href="{{ paginator.previous_page_path }}">Zurück</a>
|
<a href="{{ paginator.previous_page_path }}">Zurück</a>
|
||||||
@ -59,4 +60,4 @@ layout: default
|
|||||||
<a href="{{ paginator.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