<pclass="alert-message"><strong>You are editing a draft.</strong>
<pclass="alert-message"><strong>You are editing a draft.</strong>
% if published_date:
% if published_date:
This unit was originally published on ${published_date}.
This unit was originally published on ${published_date}.
...
@@ -75,21 +75,20 @@
...
@@ -75,21 +75,20 @@
<divclass="window-contents">
<divclass="window-contents">
<divclass="row visibility">
<divclass="row visibility">
<labelclass="inline-label">Visibility:</label>
<labelclass="inline-label">Visibility:</label>
<selectid='visibility'>
<selectclass='visibility-select'>
<optionvalue="public">Public</option>
<optionvalue="public">Public</option>
<optionvalue="private">Private</option>
<optionvalue="private">Private</option>
</select>
</select>
</div>
</div>
<divclass="row published-alert">
<divclass="row published-alert">
<pclass="edit-draft-message">This unit has been published. To make changes, you must <ahref="#"id="create-draft">edit a draft</a>.</p>
<pclass="edit-draft-message">This unit has been published. To make changes, you must <ahref="#"class="create-draft">edit a draft</a>.</p>
<pclass="publish-draft-message">This is a draft of the published unit. To update the live version, you must <ahref="#"id="publish-draft">replace it with this draft</a>.</p>
<pclass="publish-draft-message">This is a draft of the published unit. To update the live version, you must <ahref="#"class="publish-draft">replace it with this draft</a>.</p>
</div>
</div>
<divclass="row status">
<divclass="row status">
<p>This unit is scheduled to be released to <strong>students</strong> on <strong>${release_date}</strong> with the subsection <ahref="${reverse('edit_subsection', kwargs={'location': subsection.location})}">"${subsection.display_name}"</a></p>
<p>This unit is scheduled to be released to <strong>students</strong> on <strong>${release_date}</strong> with the subsection <ahref="${reverse('edit_subsection', kwargs={'location': subsection.location})}">"${subsection.display_name}"</a></p>