diff --git a/app/urls.py b/app/urls.py index bcfec50..a930b1b 100644 --- a/app/urls.py +++ b/app/urls.py @@ -77,6 +77,7 @@ urlpatterns = [ path("__debug__/", include("debug_toolbar.urls")), path("", DrilldownTableView.as_view(), name="home"), path("search/", DrilldownTableView.as_view(), name="search"), + path("search/partial/", DrilldownTableView.as_view(), name="search_partial"), path("about/", About.as_view(), name="about"), path("callback", Callback.as_view(), name="callback"), path("billing/", Billing.as_view(), name="billing"), diff --git a/core/templates/partials/results_table.html b/core/templates/partials/results_table.html index 46fc355..e81c84d 100644 --- a/core/templates/partials/results_table.html +++ b/core/templates/partials/results_table.html @@ -4,6 +4,7 @@ {% load joinsep %} {% load urlsafe %} {% block table-wrapper %} +