Remove machina, remove default cache config, add some upgrades and compatibility...
[wolnelektury.git] / src / wolnelektury / templates / pagination / pagination.html
index 9f3375a..4609321 100644 (file)
@@ -9,11 +9,11 @@
     {% endif %}
     {% for page in pages %}
       {% if page %}
-        {% ifequal page page_obj.number %}
+        {% if page == page_obj.number %}
           <span class="current page"> {{ page }} </span>
         {% else %}
           <a href="?page={{ page }}{{ getvars }}" class="page"> {{ page }} </a>
-        {% endifequal %}
+        {% endif %}
       {% else %}
         …
       {% endif %}