diff --git a/lms/templates/shoppingcart/shopping_cart_flow.html b/lms/templates/shoppingcart/shopping_cart_flow.html index bc7fa47317..298a8e6f11 100644 --- a/lms/templates/shoppingcart/shopping_cart_flow.html +++ b/lms/templates/shoppingcart/shopping_cart_flow.html @@ -5,13 +5,14 @@ from django.utils.translation import ugettext as _ <%namespace name='static' file='/static_content.html'/> <%block name="pagetitle">${_("Shopping cart")}%block> - +<%! from django.conf import settings %> +<%! from microsite_configuration import microsite %> <%block name="bodyextra">