diff --git a/lms/urls.py b/lms/urls.py index cc74d0c1ad..063be31b55 100644 --- a/lms/urls.py +++ b/lms/urls.py @@ -99,7 +99,7 @@ if settings.FEATURES["ENABLE_SYSADMIN_DASHBOARD"]: ) urlpatterns += ( - url(r'support/', include('dashboard.support_urls')), + url(r'^support/', include('dashboard.support_urls')), ) #Semi-static views (these need to be rendered and have the login bar, but don't change)