minor pagination fix
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 21 Oct 2011 09:35:44 +0000 (11:35 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 21 Oct 2011 09:35:44 +0000 (11:35 +0200)
wolnelektury/settings.py
wolnelektury/templates/catalogue/tagged_object_list.html

index fb78ce4..48ba8f8 100644 (file)
@@ -226,6 +226,8 @@ NO_BUILD_TXT = False
 NO_BUILD_PDF = False
 
 
+PAGINATION_INVALID_PAGE_RAISES_404 = True
+
 
 # Load localsettings, if they exist
 try:
index 54db1d0..4809ad1 100644 (file)
                     {{ book.short_html }}</li>
             {% endfor %}
             </ol>
+            {% paginate %}
         {% else %}
             {% trans "Sorry! Search cirteria did not match any resources." %}
             {% include "info/join_us.html" %}
         {% endif %}
         {% endwith %}
-        {% paginate %}
     </div>
        {% if object_list %}
        {% comment %} If we didn't find anything there will be nothing on the right side as well {% endcomment %}
             <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>
         </div>
     </div>
-{% endblock %}
\ No newline at end of file
+{% endblock %}