minor pagination fix
[wolnelektury.git] / wolnelektury / templates / catalogue / tagged_object_list.html
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 %}