add favicon, reverse page titles
[redakcja.git] / apps / cover / templates / cover / image_list.html
index a170267..50443ed 100755 (executable)
@@ -1,8 +1,8 @@
 {% extends "catalogue/base.html" %}
 {% load i18n %}
-{% load url from future %}
 {% load thumbnail pagination_tags %}
 
+{% block titleextra %}{% trans "Cover images" %}{% endblock %}
 
 {% block content %}
 <h1>{% trans "Cover images" %}</h1>
@@ -12,7 +12,7 @@
 {% endif %}
 
 <ul>
-{% autopaginate object_list 1 %}
+{% autopaginate object_list 100 %}
 {% for image in object_list %}
     <a href="{{ image.get_absolute_url }}" style="display:inline-block; width:200px;">