Skip to content

Commit

Permalink
Fix incorrectly defined table data when there are no evaluations
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvanrun committed Dec 30, 2024
1 parent bc6bf9a commit 63d7f49
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<tr>
<th>Created</th>
<th>Updated</th>
<th>Evaluation</th>
<th>Submission</th>
<th class="nonSortable">Evaluation</th>
<th class="nonSortable">Submission</th>
<th>Status</th>
<th>Result</th>
<th class="nonSortable">Result</th>
</tr>
</thead>
<tbody>
Expand All @@ -29,8 +29,6 @@
{% endif %}
</td>
</tr>
{% empty %}
<tr><td colspan="100%" class="text-center">No evaluations</td></tr>
{% endfor %}
</tbody>
</table>
Expand Down

0 comments on commit 63d7f49

Please sign in to comment.