Fix partial swaps on table

This commit is contained in:
2022-12-02 07:20:37 +00:00
parent 32aa93a28e
commit 78b28b3994
4 changed files with 13 additions and 9 deletions

View File

@@ -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"),