diff --git a/themes/edx.org/lms/templates/dashboard.html b/themes/edx.org/lms/templates/dashboard.html index ae75ebce28b79d2c075f6fc3c33e8099ad648226..a91f29d443ca07ca35fdf936a8ed34e18c043e11 100644 --- a/themes/edx.org/lms/templates/dashboard.html +++ b/themes/edx.org/lms/templates/dashboard.html @@ -13,7 +13,7 @@ from django.utils.translation import ugettext as _ from django.template import RequestContext from common.djangoapps.third_party_auth import pipeline from django.urls import reverse -from common.djangoapps.date_utils import strftime_localized +from common.djangoapps.util.date_utils import strftime_localized from opaque_keys.edx.keys import CourseKey from openedx.core.djangoapps.content.course_overviews.models import CourseOverview from openedx.core.djangoapps.theming import helpers as theming_helpers