Commit 0ad31f55 by Bridger Maxwell

The modx_dispatch import hack is added back in. Without it, the urls.py file was broken.

parent 54ccffcb
......@@ -16,6 +16,7 @@ from django.views.decorators.cache import cache_control
from lxml import etree
from module_render import render_x_module, make_track_function, I4xSystem
from module_render import modx_dispatch #Note that this is not used in this file, but urls refers to courseware.views.modx_dispatch
from models import StudentModule
from student.models import UserProfile
from multicourse import multicourse_settings
......
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