From 08ab6e0bc5304d714bcd779aeeadf8fd0bc9ba9d Mon Sep 17 00:00:00 2001
From: Kyle McCormick <kmccormick@edx.org>
Date: Tue, 10 Nov 2020 10:58:05 -0500
Subject: [PATCH] Fix import of common.djangoapps.util.date_utils (#25558)

---
 themes/edx.org/lms/templates/dashboard.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/edx.org/lms/templates/dashboard.html b/themes/edx.org/lms/templates/dashboard.html
index ae75ebce28b..a91f29d443c 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
-- 
GitLab