diff --git a/cookbook/templates/generic/list_template.html b/cookbook/templates/generic/list_template.html index 1a7cb0714..b330ef326 100644 --- a/cookbook/templates/generic/list_template.html +++ b/cookbook/templates/generic/list_template.html @@ -15,6 +15,17 @@ {% endif %} + + {% if filter %} +
+
+
+ {% csrf_token %} + {{ filter.form|crispy }} + +
+ {% endif %} + {% if import_btn %} {% trans 'Import all' %}
diff --git a/cookbook/templates/index.html b/cookbook/templates/index.html index cec692a60..fcb504d78 100644 --- a/cookbook/templates/index.html +++ b/cookbook/templates/index.html @@ -8,6 +8,12 @@ {% block extra_head %} {{ filter.form.media }} + + {% endblock %} {% block content %} @@ -24,8 +30,9 @@
-