Skip to content
Snippets Groups Projects
Unverified Commit 74c8497b authored by Uzair Rasheed's avatar Uzair Rasheed Committed by GitHub
Browse files

Merge pull request #17199 from edx/LEARNER-3812/dashboard-url

Append dashboard url with slash to improve user experience
parents 92c6945f 2ed7be94
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment