Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
christianp committed Aug 2, 2023
1 parent a35a855 commit 7be0b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/templates/frontpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1 data-bind="html: exam.settings.name"></h1>
<th data-localise="exam.time allowed"></th>
<td class="rtd" data-bind="html: displayDuration"></td>
</tr>
<tr data-bind="visible: exam.settings.showStudentName && exam.student_name && !needsStudentName()">
<tr data-bind="visible: exam.settings.showStudentName && exam.student_name && !needsStudentName">
<th data-localise="exam.student name"></th>
<td><span data-bind="text: exam.student_name"></span><span data-bind="visible: exam.student_id"> (<span data-bind="text: exam.student_id"></span>)</span></td>
</tr>
Expand Down

0 comments on commit 7be0b0e

Please sign in to comment.