Commit fac9d758 by ichuang

fix typo in masquerade url name

parent 1c2452e4
...@@ -345,7 +345,7 @@ if settings.COURSEWARE_ENABLED: ...@@ -345,7 +345,7 @@ if settings.COURSEWARE_ENABLED:
# allow course staff to change to student view of courseware # allow course staff to change to student view of courseware
if settings.MITX_FEATURES.get('ENABLE_MASQUERADE'): if settings.MITX_FEATURES.get('ENABLE_MASQUERADE'):
urlpatterns += ( urlpatterns += (
url(r'^masquerade/(?P<marg>.*)$','courseware.masquerade.handle_ajax', name="masquerate-switch"), url(r'^masquerade/(?P<marg>.*)$','courseware.masquerade.handle_ajax', name="masquerade-switch"),
) )
......
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