From c594194303352273aeb2ef91ee245da77914ecfb Mon Sep 17 00:00:00 2001 From: Krishnan Shankar Date: Wed, 8 Jan 2025 09:59:50 -0500 Subject: [PATCH] Hotfix: Fix incorrect tag in table from #78 The incorrect tag ends the table row early, moving future elements to a new row, messing up table formatting --- tin/templates/assignments/show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tin/templates/assignments/show.html b/tin/templates/assignments/show.html index 25380f65..460fd9ab 100644 --- a/tin/templates/assignments/show.html +++ b/tin/templates/assignments/show.html @@ -128,7 +128,7 @@

Filter Submissions< {% for student, period, latest_submission, graded_submission, ended, quiz_issues in students_and_submissions %} - {{ forloop.counter }} + {{ forloop.counter }} {{ student.full_name }} ({{ student.username }}) {% if not active_period.name %}