<%= gettext("The following message will be displayed at the bottom of the courseware pages within your course.") %>
+
<% // keep this synchronized with the contents of common/templates/license.html %>
<% if (model.type === "all-rights-reserved") { %>
© <%= gettext("All Rights Reserved") %>
@@ -91,9 +106,9 @@
alt="<%- typeof licenseString == "string" ? licenseString : "" %>"
/>
<% } else { %>
-
+
<% _.each(enabled, function(option) { %>
-
+
<% }); %>
<%= gettext("Some Rights Reserved") %>
<% } %>
diff --git a/common/templates/license.html b/common/templates/license.html
index b5a49a2d36..3500cb0de8 100644
--- a/common/templates/license.html
+++ b/common/templates/license.html
@@ -43,9 +43,9 @@ def parse_license(lic):
/>
% else:
-
+
% for option in enabled:
-
+
% endfor
${_("Some Rights Reserved")}
% endif