diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index b1aeac41..0f1c3d28 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -189,7 +189,7 @@ sortable('.sortable'); $("#full-question-list li").each((n, el) => { - el.append($("[DELETE]")); + $(el).append($("[DELETE]")); }) $("#full-question-list").append($("").click(() => {