Skip to content

Commit b2da737

Browse files
authored
urls import order, fix login template (#198)
1 parent 6050813 commit b2da737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

surface/surface/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
urlpatterns = [
2121
path("", include(("theme.urls", "theme"), namespace="surface_theme")),
22+
path("", admin.site.urls),
2223
path("dkron/", include("dkron.urls")),
2324
path("sbomrepo/", include("sbomrepo.urls")),
24-
path("", admin.site.urls),
2525
]

0 commit comments

Comments
 (0)