From 3725472034e4bd4b9573e114ad8bf5b94589c740 Mon Sep 17 00:00:00 2001 From: Cristian Salamea Date: Wed, 6 Jan 2016 18:49:57 -0500 Subject: [PATCH] Remove duplicate import --- lms/templates/dashboard.html | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index b7738fd989..b5ff573f70 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -7,7 +7,6 @@ import third_party_auth from third_party_auth import pipeline from microsite_configuration import microsite from django.core.urlresolvers import reverse -from microsite_configuration import microsite import json %>