Skip to content
Snippets Groups Projects
Unverified Commit 08ab6e0b authored by Kyle McCormick's avatar Kyle McCormick Committed by GitHub
Browse files

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

parent cd3a1e38
Branches
Tags
No related merge requests found
......@@ -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
......
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