Skip to content

Commit

Permalink
Course: Unbold missing students
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorNelson committed Jan 11, 2024
1 parent 3b9044d commit 4904fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo_theme/templates/grades_admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h1>All Grades</h1>
{% for missing_student in missing_students %}
<tr>
<td>
<b>{{ missing_student }}</b>
{{ missing_student }}
</td>
<td>
Missing
Expand Down

0 comments on commit 4904fd0

Please sign in to comment.