Skip to content

Commit

Permalink
templates: verification: Fix JS url
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrosenthal committed Mar 1, 2024
1 parent 0834489 commit 241df4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algobowl/templates/group/verification.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</tr>
</tbody>
</table>
<script type="text/javascript" src="${tg.url('/assets/js/verification.js')}"></script>
<script type="text/javascript" src="${h.url('/assets/js/verification.js')}"></script>
</py:if><py:else>
<div class="alert alert-danger">
Your group did not upload an input by the deadline, and will be unable
Expand Down

0 comments on commit 241df4b

Please sign in to comment.