diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index 5daf43a627..9cfa2beb47 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -361,4 +361,3 @@ from student.models import CourseEnrollment <%include file="dashboard/_dashboard_entitlement_unenrollment_modal.html"/> -<%include file="/experiments/dashboard_metadata.html" args='course_prices=course_prices'/> diff --git a/themes/edx.org/lms/templates/dashboard.html b/themes/edx.org/lms/templates/dashboard.html index 6a7f6d955d..da8ff0b1a5 100644 --- a/themes/edx.org/lms/templates/dashboard.html +++ b/themes/edx.org/lms/templates/dashboard.html @@ -384,3 +384,4 @@ from student.models import CourseEnrollment <%include file="dashboard/_dashboard_entitlement_unenrollment_modal.html"/> +<%include file="/experiments/dashboard_metadata.html" args='course_prices=course_prices'/>