Skip to content

Commit a0d874e

Browse files
committed
Fix participants page for assistants
1 parent 33368d5 commit a0d874e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

course/templates/course/staff/participants.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,8 @@ <h4 class="modal-title" id="enrollment-remove-modal-label">
249249

250250
{% block scripts %}
251251
{{ block.super }}
252-
{% if is_teacher %}
253252
<script src="https://cdn.datatables.net/v/bs5/dt-2.2.1/b-3.2.1/b-html5-3.2.1/datatables.min.js"></script>
254-
253+
{% if is_teacher %}
255254
<script src="{% static 'django_colortag.js' %}"></script>
256255
<script src="{% static 'add_tagging_dropdown.js' %}"></script>
257256
<script src="{% static 'js/buttons_popover.js' %}"></script>

0 commit comments

Comments
 (0)