diff --git a/lms/urls.py b/lms/urls.py index c792c149e1..989118ddc4 100644 --- a/lms/urls.py +++ b/lms/urls.py @@ -345,7 +345,7 @@ if settings.COURSEWARE_ENABLED: # allow course staff to change to student view of courseware if settings.MITX_FEATURES.get('ENABLE_MASQUERADE'): urlpatterns += ( - url(r'^masquerade/(?P.*)$','courseware.masquerade.handle_ajax', name="masquerate-switch"), + url(r'^masquerade/(?P.*)$','courseware.masquerade.handle_ajax', name="masquerade-switch"), )