Remove extra div.

This was probably left over from a previous variation
(there was no closing div).
This commit is contained in:
cahrens
2017-06-13 11:51:42 -04:00
parent 2b25c9fc78
commit fdc9ebe809

View File

@@ -49,7 +49,6 @@ is_staff_locked = ancestor_has_staff_lock(xblock)
% if len(selectable_partitions) > 0:
<form class="visibility-controls-form" method="post" action="">
<div role="group" aria-labelledby="visibility-title">
<div class="modal-section visibility-controls">
<h3 class="modal-section-title visibility-header" id="visibility-title">
% if selected_partition_index == -1: