From c30d976f2bf94ed41590f037cd586451403e9046 Mon Sep 17 00:00:00 2001 From: "Ricardo B. Marliere" Date: Mon, 6 Jan 2025 07:54:37 -0300 Subject: [PATCH] instance_list template: Fix filter button to use bootstrap5 --- ocw/templates/ocw/instance_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocw/templates/ocw/instance_list.html b/ocw/templates/ocw/instance_list.html index 21eb2ca5..4c883189 100644 --- a/ocw/templates/ocw/instance_list.html +++ b/ocw/templates/ocw/instance_list.html @@ -6,9 +6,9 @@ {% block content %} {% if filter %} - + Displaying {{ filter.qs.count }} of {{ filter.queryset.count }} items. -
+
{% bootstrap_form filter.form %} Clear