Commit 9094e131 by Carson Gee

Add warning for randomize modules that do not have url_name

parent ec684271
...@@ -88,7 +88,7 @@ class ImportSystem(XMLParsingSystem, MakoDescriptorSystem): ...@@ -88,7 +88,7 @@ class ImportSystem(XMLParsingSystem, MakoDescriptorSystem):
# tags that really need unique names--they store (or should store) state. # tags that really need unique names--they store (or should store) state.
need_uniq_names = ('problem', 'sequential', 'video', 'course', 'chapter', need_uniq_names = ('problem', 'sequential', 'video', 'course', 'chapter',
'videosequence', 'poll_question', 'vertical') 'videosequence', 'poll_question', 'vertical', 'randomize')
attr = xml_data.attrib attr = xml_data.attrib
tag = xml_data.tag tag = xml_data.tag
......
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