From 2028713cc4eb99738042f6cb184930bce6cbc39a Mon Sep 17 00:00:00 2001 From: Kyle Boots Date: Thu, 6 Oct 2016 18:07:43 -0400 Subject: [PATCH] Removed unnecessary http: --- cms/templates/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/templates/settings.html b/cms/templates/settings.html index b29bbfc52d..a4a11df67b 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -87,7 +87,7 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}'

${_("Course Summary Page")} ${_("(for student enrollment and access)")}

<% - link_for_about_page = ("https:" if is_secure else "http:") + lms_link_for_about_page + link_for_about_page = lms_link_for_about_page %>

${link_for_about_page}