fix missed conflict resolution

This commit is contained in:
Chris Dodge
2013-07-25 13:38:18 -04:00
parent 9f14f1ee62
commit aa8b054590

View File

@@ -407,12 +407,8 @@ def get_module_for_descriptor_internal(user, descriptor, model_data_cache, cours
module.get_html = replace_static_urls(
_get_html,
getattr(descriptor, 'data_dir', None),
<<<<<<< HEAD
course_namespace=module.location._replace(category=None, name=None)
course_id=course_id
)
=======
course_id=course_id)
>>>>>>> WIP
# Allow URLs of the form '/course/' refer to the root of multicourse directory
# hierarchy of this course