From 797ae744331d3e2b4b0c8ef9d9b752c36df37349 Mon Sep 17 00:00:00 2001 From: Krishnan Shankar Date: Wed, 8 Jan 2025 23:24:42 -0500 Subject: [PATCH] Improve student list UI for assignments --- tin/templates/assignments/show.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tin/templates/assignments/show.html b/tin/templates/assignments/show.html index 49b74127..4d8fee32 100644 --- a/tin/templates/assignments/show.html +++ b/tin/templates/assignments/show.html @@ -129,7 +129,7 @@

Filter Submissions< {% if assignment.is_quiz %} - + {% if not active_period.name %} @@ -142,7 +142,7 @@

Filter Submissions<

{% for student, period, latest_submission, graded_submission, ended, quiz_issues in students_and_submissions %} - + {% if not active_period.name %} @@ -164,14 +164,14 @@

Filter Submissions< {% if not students_and_submissions %}

- + {% endif %}
# StudentPeriod
{{ forloop.counter }}{{ forloop.counter }} {{ student.full_name }} ({{ student.username }})
No students in classNo matching students in class
{% else %} - + {% if not active_period.name %} @@ -185,7 +185,7 @@

Filter Submissions<

{% for student, period, latest_submission, graded_submission, new_login, new_24 in students_and_submissions %} - + {% if not active_period.name %} @@ -213,7 +213,7 @@

Filter Submissions< {% if not students_and_submissions %}

- + {% endif %}
# StudentPeriod
{{ forloop.counter }}{{ forloop.counter }} {{ student.full_name }} ({{ student.username }})
No students in classNo matching students in class