Append dashboard url with slash to improve user experience

The Dashboard url in LMS is only accessible in the absence of
slash at its end.To improve the user experience its URL is
updated.

LEARNER-3812
This commit is contained in:
uzairr
2018-01-16 12:25:44 +05:00
parent 78f5b102ca
commit 2ed7be94f7

View File

@@ -60,7 +60,7 @@ urlpatterns = [
url(r'', include('student.urls')),
# TODO: Move lms specific student views out of common code
url(r'^dashboard$', student_views.dashboard, name='dashboard'),
url(r'^dashboard/?$', student_views.dashboard, name='dashboard'),
url(r'^change_enrollment$', student_views.change_enrollment, name='change_enrollment'),
# Event tracking endpoints