working (and ugly) filtering for resources
[redakcja.git] / apps / catalogue / templates / catalogue / finished.html
index 6b86190..16188cc 100644 (file)
@@ -4,7 +4,11 @@
 
 {% block inner_content %}
     <h1>{% trans "Finished resources" %}</h1>
-    {% for doc in objects_list %}
+    <form action="" method="get">
+        {{ filter_set.form.as_p }}
+        <input type="submit" />
+    </form>
+    {% for doc in filter_set.qs %}
         {% include "catalogue/resource_box.html" with link_url='catalogue_html' %}
     {% endfor %}
 {% endblock %}