From 568ef4184a7faceb4594221777027622856da2bb Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Thu, 4 Sep 2014 15:57:32 -0400 Subject: [PATCH] remove course-id visual column from the list of coupons as it's useless information here and prevents overflows from happening --- lms/templates/instructor/instructor_dashboard_2/e-commerce.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/lms/templates/instructor/instructor_dashboard_2/e-commerce.html b/lms/templates/instructor/instructor_dashboard_2/e-commerce.html index 055256f68b..ba306a323d 100644 --- a/lms/templates/instructor/instructor_dashboard_2/e-commerce.html +++ b/lms/templates/instructor/instructor_dashboard_2/e-commerce.html @@ -99,7 +99,6 @@ ${_("Code")} ${_("Description")} - ${_("Course_id")} ${_("Discount (%)")} ${_("Count")} ${_("Actions")} @@ -114,7 +113,6 @@ %endif ${coupon.code} ${coupon.description} - ${coupon.course_id.to_deprecated_string()} ${coupon.percentage_discount} ${ coupon.couponredemption_set.all().count() }