Fixed urlpatterns regex for support views in dashboard app.

LMS-6634
This commit is contained in:
Usman Khalid
2014-07-02 16:01:25 +05:00
parent a278697506
commit c201d78c43

View File

@@ -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)