Commit 485b5b2d by Brian Talbot

studio - unconditionalizes course summary info in settings

parent 604e8202
...@@ -85,7 +85,6 @@ from contentstore import utils ...@@ -85,7 +85,6 @@ from contentstore import utils
</li> </li>
</ol> </ol>
% if about_page_editable:
<div class="note note-promotion note-promotion-courseURL has-actions"> <div class="note note-promotion note-promotion-courseURL has-actions">
<h3 class="title">${_("Course Summary Page")} <span class="tip">${_("(for student enrollment and access)")}</span></h3> <h3 class="title">${_("Course Summary Page")} <span class="tip">${_("(for student enrollment and access)")}</span></h3>
<div class="copy"> <div class="copy">
...@@ -98,7 +97,6 @@ from contentstore import utils ...@@ -98,7 +97,6 @@ from contentstore import utils
</li> </li>
</ul> </ul>
</div> </div>
% endif
% if not about_page_editable: % if not about_page_editable:
<div class="notice notice-incontext notice-workflow"> <div class="notice notice-incontext notice-workflow">
......
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