diff --git a/tin/templates/assignments/show.html b/tin/templates/assignments/show.html index e07a5034..25380f65 100644 --- a/tin/templates/assignments/show.html +++ b/tin/templates/assignments/show.html @@ -115,6 +115,7 @@

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

Filter Submissions<

{% for student, period, latest_submission, graded_submission, ended, quiz_issues in students_and_submissions %} + {% if not active_period.name %} @@ -155,6 +157,7 @@

Filter Submissions< {% else %}

StudentPeriod
{{ forloop.counter }}
{{ student.full_name }} ({{ student.username }})
+ {% if not active_period.name %} @@ -168,6 +171,7 @@

Filter Submissions<

{% for student, period, latest_submission, graded_submission, new_login, new_24 in students_and_submissions %} + {% if not active_period.name %}
StudentPeriod
{{ forloop.counter }} {{ student.full_name }} ({{ student.username }})