Reformat and don't pass back default parameters to URL
This commit is contained in:
@@ -73,7 +73,7 @@ from core.views.ui.insights import (
|
||||
)
|
||||
|
||||
urlpatterns = [
|
||||
path('__debug__/', include('debug_toolbar.urls')),
|
||||
path("__debug__/", include("debug_toolbar.urls")),
|
||||
path("", DrilldownTableView.as_view(), name="home"),
|
||||
path("search/", DrilldownTableView.as_view(), name="search"),
|
||||
path("about/", About.as_view(), name="about"),
|
||||
|
||||
Reference in New Issue
Block a user