more graphics
[prawokultury.git] / migdal / templates / migdal / entry / entry_list.html
index 3b9e763..6fa3f01 100755 (executable)
@@ -1,7 +1,7 @@
 {% extends "base.html" %}
 {% load url from future %}
 {% load i18n %}
-{% load pagination_tags %}
+{% load pagination_tags prevnext %}
 {% load migdal_tags %}
 
 
@@ -61,6 +61,6 @@
 {% for object in object_list %}
     {% entry_short object %}
 {% endfor %}
-{% paginate %}
+{% prevnext %}
 
 {% endblock %}
\ No newline at end of file