Commit c201d78c by Usman Khalid

Fixed urlpatterns regex for support views in dashboard app.

LMS-6634
parent a2786975
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment