From ed30dcd29419d9962a6b1648e77f9e466d0ba707 Mon Sep 17 00:00:00 2001 From: Cali Stenson Date: Mon, 11 Mar 2019 16:49:26 -0400 Subject: [PATCH] Move dashboard_metadata to edX theme template. --- lms/templates/dashboard.html | 1 - themes/edx.org/lms/templates/dashboard.html | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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'/>