Commit f86b031a by Will Daly

Merge pull request #4416 from edx/will/timepicker-css-in-unit-editor

Add JQuery timepicker CSS to the unit and container templates
parents b79fe85f 0c90b04e
......@@ -22,6 +22,7 @@ from django.utils.translation import ugettext as _
</%block>
<%block name="jsextra">
<link rel="stylesheet" type="text/css" href="${static.url('js/vendor/timepicker/jquery.timepicker.css')}" />
<%
main_xblock_info = {
'id': str(xblock_locator),
......
......@@ -19,6 +19,7 @@ from django.utils.translation import ugettext as _
</%block>
<%block name="jsextra">
<link rel="stylesheet" type="text/css" href="${static.url('js/vendor/timepicker/jquery.timepicker.css')}" />
<script type='text/javascript'>
require(["domReady!", "jquery", "js/models/module_info", "coffee/src/views/unit", "js/collections/component_template",
"xmodule", "jquery.ui", "coffee/src/main", "xblock/cms.runtime.v1"],
......
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