We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a5d53b + e3c860a commit 260cd02Copy full SHA for 260cd02
src/base/urls.py
@@ -1,4 +1,4 @@
1
-from django.urls import path, re_path
+from django.urls import re_path
2
from django.urls.resolvers import URLPattern
3
4
from base.views import epidata
src/epiportal/urls.py
@@ -43,7 +43,7 @@
43
include("indicatorsets.urls"),
44
),
45
path(
46
- f"{settings.MAIN_PAGE}/base" if settings.MAIN_PAGE else "",
+ f"{settings.MAIN_PAGE}/" if settings.MAIN_PAGE else "",
47
include("base.urls"),
48
49
path("__debug__/", include("debug_toolbar.urls")),
0 commit comments