From 8f95f799ac5095819ccdf1791ac8c8fdc158d9d4 Mon Sep 17 00:00:00 2001 From: Douglas Hall Date: Wed, 24 May 2017 20:24:14 -0400 Subject: [PATCH] Allow for SiteConfiguration override of SOCIAL_SHARING_SETTINGS setting. WL-1052 --- lms/templates/dashboard.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index 72bc6076b5..ea0674cf7d 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -8,6 +8,7 @@ from django.utils.translation import ugettext as _ from django.template import RequestContext import third_party_auth from third_party_auth import pipeline +from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers from openedx.core.djangolib.js_utils import dump_js_escaped_json, js_escaped_string from openedx.core.djangolib.markup import HTML, Text %> @@ -102,7 +103,12 @@ from openedx.core.djangolib.markup import HTML, Text % if len(course_enrollments) > 0: