We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b44d6 commit 7a3308fCopy full SHA for 7a3308f
coldfront/config/urls.py
@@ -15,8 +15,8 @@
15
from django.urls import include, path
16
from django.views.generic import TemplateView
17
18
-from coldfront.config.env import ENV, PROJECT_ROOT
19
import coldfront.core.portal.views as portal_views
+from coldfront.config.env import ENV, PROJECT_ROOT
20
21
admin.site.site_header = "ColdFront Administration"
22
admin.site.site_title = "ColdFront Administration"
0 commit comments