Fix import of common.djangoapps.util.date_utils (#25558)

This commit is contained in:
Kyle McCormick
2020-11-10 10:58:05 -05:00
committed by GitHub
parent cd3a1e3870
commit 08ab6e0bc5

View File

@@ -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