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
......
...@@ -30,4 +30,4 @@ data: | ...@@ -30,4 +30,4 @@ data: |
</ol> </ol>
<p> Note, we have a lot of standard edX styles, so please try to avoid any custom styling, and make sure that you make a note of any custom styling that you do yourself so that we can incorporate it into <p> Note, we have a lot of standard edX styles, so please try to avoid any custom styling, and make sure that you make a note of any custom styling that you do yourself so that we can incorporate it into
tools that other people can use. </p> tools that other people can use. </p>
children: [] children: []
\ No newline at end of file
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