Commit 2028713c by Kyle Boots

Removed unnecessary http:

parent 432f6cdf
......@@ -87,7 +87,7 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}'
<h3 class="title">${_("Course Summary Page")} <span class="tip">${_("(for student enrollment and access)")}</span></h3>
<div class="copy">
<%
link_for_about_page = ("https:" if is_secure else "http:") + lms_link_for_about_page
link_for_about_page = lms_link_for_about_page
%>
<p><a class="link-courseURL" rel="external" href="${link_for_about_page}">${link_for_about_page}</a></p>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment