From 6bb2ba283b22175d17a565a57b89641490b52817 Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Thu, 3 Oct 2013 16:34:16 -0400 Subject: [PATCH] Remove more unnecessary imports --- lms/templates/dashboard/dashboard_course_listing.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/lms/templates/dashboard/dashboard_course_listing.html b/lms/templates/dashboard/dashboard_course_listing.html index c51f6e5015..d4f56b52fa 100644 --- a/lms/templates/dashboard/dashboard_course_listing.html +++ b/lms/templates/dashboard/dashboard_course_listing.html @@ -4,8 +4,6 @@ <%! from django.core.urlresolvers import reverse from courseware.courses import course_image_url, get_course_about_section - from courseware.access import has_access - from certificates.models import CertificateStatuses import waffle %>