From 9d62bf16b25893d5793b9900a5a2634f17bf716e Mon Sep 17 00:00:00 2001
From: JJ <34042537+jhan217@users.noreply.github.com>
Date: Tue, 21 Jul 2020 13:08:53 -0400
Subject: [PATCH] [REV-1205] Add upsell tracking to verified/no SKU courses on
the dashboard
Add the tracking class to the upsell button on the course dashboard for courses that are verified but have no SKUs so we get better data on when upsell links get clicked.
---
lms/templates/dashboard/_dashboard_course_listing.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lms/templates/dashboard/_dashboard_course_listing.html b/lms/templates/dashboard/_dashboard_course_listing.html
index d24a484ce3..6525db18e1 100644
--- a/lms/templates/dashboard/_dashboard_course_listing.html
+++ b/lms/templates/dashboard/_dashboard_course_listing.html
@@ -416,7 +416,7 @@ from lms.djangoapps.experiments.utils import UPSELL_TRACKING_FLAG
% if use_ecommerce_payment_flow and course_mode_info['verified_sku']:
% else:
-
+
% endif