Skip to content

Commit

Permalink
Swap 403 error messaging for legibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Claire Goeckner-Wald committed Apr 6, 2024
1 parent ba1b29c commit 2e34ed0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions templates/errors/403.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
<div class="row">
<div class="col-md-12">
<div class="pt-5 mt-5 text-center">
<h1>{% trans %}Forbidden{% endtrans %}</h1>
<!-- Note: Contestants hit this page when attempting to view challenges before CTF start time -->
<!-- Keep "error" large and "forbidden" small to avoid concerned participants! -->
<h1>{% trans %}{{ error }}{% endtrans %}</h1>
<hr class="w-50 m-auto">
<h2>{{ error }}</h2>
<br/>
<h2>(403 Forbidden)</h2>
</div>
</div>
</div>
Expand Down

0 comments on commit 2e34ed0

Please sign in to comment.