Commit caff651c by Lyla Fischer Committed by Tom Giannattasio

basic templates for video, html, discussion, and sequential

parent ff36331e
...@@ -17,6 +17,9 @@ log = logging.getLogger("mitx.courseware") ...@@ -17,6 +17,9 @@ log = logging.getLogger("mitx.courseware")
class HtmlModule(XModule): class HtmlModule(XModule):
js = {'coffee': [resource_string(__name__, 'js/src/html/display.coffee')]}
js_module_name = "HTMLModule"
def get_html(self): def get_html(self):
return self.html return self.html
......
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