19380 call configure on embedded tables

This commit is contained in:
Arthur 2025-05-02 13:09:07 -07:00
parent b20d2770d8
commit 52e9af926f

View File

@ -100,7 +100,6 @@ class SearchView(ConditionalLoginRequiredMixin, View):
highlight = form.cleaned_data['q']
table = SearchTable(results, highlight=highlight)
table.configure(request)
# Paginate the table results
RequestConfig(request, {