quick experiment to force student verification urls to be active

This commit is contained in:
David Ormsbee
2013-08-23 01:02:23 -04:00
parent 25874c29b0
commit 8ee9a96766

View File

@@ -64,11 +64,11 @@ urlpatterns = ('', # nopep8
)
if settings.MITX_FEATURES.get("MULTIPLE_ENROLLMENT_ROLES"):
urlpatterns += (
url(r'^verify_student/', include('verify_student.urls')),
url(r'^course_modes/', include('course_modes.urls')),
)
# if settings.MITX_FEATURES.get("MULTIPLE_ENROLLMENT_ROLES"):
urlpatterns += (
url(r'^verify_student/', include('verify_student.urls')),
url(r'^course_modes/', include('course_modes.urls')),
)
js_info_dict = {