[REV-1205] Add ecommerce event tracking to FBE (feature based enrollment) upsell links (#24528)

This commit is contained in:
Diane Kaplan
2020-07-23 11:40:22 -04:00
committed by GitHub
parent a7f6879ebd
commit 0b2a9c7010
6 changed files with 46 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ def generate_course_expired_message(user, course):
)
return HTML(full_message).format(
a_open=HTML(u'<a href="{upgrade_link}">').format(
a_open=HTML(u'<a id="FBE_banner" href="{upgrade_link}">').format(
upgrade_link=verified_upgrade_deadline_link(user=user, course=course)
),
sronly_span_open=HTML('<span class="sr-only">'),