diff --git a/apis_core/apis_metainfo/templates/apis_metainfo/tags/column_selector.html b/apis_core/apis_metainfo/templates/apis_metainfo/tags/column_selector.html deleted file mode 100644 index 881094df0..000000000 --- a/apis_core/apis_metainfo/templates/apis_metainfo/tags/column_selector.html +++ /dev/null @@ -1,17 +0,0 @@ -{% if columns %} - - -{% else %} -{% endif %} diff --git a/apis_core/apis_metainfo/templates/generic_list.html b/apis_core/apis_metainfo/templates/generic_list.html index 1bf12b122..b08ac32ef 100644 --- a/apis_core/apis_metainfo/templates/generic_list.html +++ b/apis_core/apis_metainfo/templates/generic_list.html @@ -52,14 +52,8 @@

{% load django_tables2 crispy_forms_tags %} -
- - {% if togglable_colums %} - Select additional columns - {% column_selector %} - {% endif %} - -
+ + {% include "partials/form_get_hidden.html" with request=request exclude_fields=filter.form.fields %} {% crispy filter.form filter.form.helper %}
@@ -118,6 +112,7 @@

{{ data.title }}

{% endif %} {% endblock %} + @@ -125,7 +120,18 @@

{{ data.title }}

{% with table.paginator.count as total %} - Result: {{ total }} items +
+
+

Result: {{ total }} items

+
+
+ + {% if togglable_colums %} + {% include "partials/column_selector.html" with togglable_columns=togglable_colums request=request %} + {% endif %} + +
+
{% if conf_items %}