${section['format']} ${due_date}
diff --git a/lms/templates/courseware/progress.html b/lms/templates/courseware/progress.html index 7eeea8da59..02cec1f373 100644 --- a/lms/templates/courseware/progress.html +++ b/lms/templates/courseware/progress.html @@ -17,7 +17,7 @@ %> <%! -from xmodule.util.date_utils import get_time_display +from util.date_utils import get_time_display from django.conf import settings %> diff --git a/lms/templates/folditbasic.html b/lms/templates/folditbasic.html index e05ceb1452..e5073751bb 100644 --- a/lms/templates/folditbasic.html +++ b/lms/templates/folditbasic.html @@ -1,7 +1,7 @@ <%! from django.utils.translation import ugettext as _ %> <%! -from xmodule.util.date_utils import get_default_time_display +from util.date_utils import get_default_time_display %>${_("Due:")} ${get_default_time_display(due)} diff --git a/lms/templates/index.html b/lms/templates/index.html index d8e6d75278..b2fdfe0633 100644 --- a/lms/templates/index.html +++ b/lms/templates/index.html @@ -1,7 +1,6 @@ <%! from django.utils.translation import ugettext as _ %> <%! from django.core.urlresolvers import reverse %> -<%! from time import strftime %> <%inherit file="main.html" /> <%namespace name='static' file='static_content.html'/> diff --git a/requirements/edx/github.txt b/requirements/edx/github.txt index d32df83bb1..f08722afed 100644 --- a/requirements/edx/github.txt +++ b/requirements/edx/github.txt @@ -15,7 +15,7 @@ -e git+https://github.com/eventbrite/zendesk.git@d53fe0e81b623f084e91776bcf6369f8b7b63879#egg=zendesk # Our libraries: --e git+https://github.com/edx/XBlock.git@6d431d786587bd8f3a19a893364914d6e2d6c28f#egg=XBlock +-e git+https://github.com/edx/XBlock.git@893cd83dfb24405ce81b07f49c1c2e3053cdc865#egg=XBlock -e git+https://github.com/edx/codejail.git@e3d98f9455#egg=codejail -e git+https://github.com/edx/diff-cover.git@v0.2.9#egg=diff_cover -e git+https://github.com/edx/js-test-tool.git@v0.1.5#egg=js_test_tool