pagination does not work right now

This commit is contained in:
haggis 2016-01-13 23:13:56 +01:00
parent 64f02f9bf1
commit adfe912a50
1 changed files with 2 additions and 1 deletions

View File

@ -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&uuml;ck</a> <a href="{{ paginator.previous_page_path }}">Zur&uuml;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>
-->