Skip to content

Commit 2e34ed0

Browse files
author
Claire Goeckner-Wald
committed
Swap 403 error messaging for legibility
1 parent ba1b29c commit 2e34ed0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

templates/errors/403.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@
66
<div class="row">
77
<div class="col-md-12">
88
<div class="pt-5 mt-5 text-center">
9-
<h1>{% trans %}Forbidden{% endtrans %}</h1>
9+
<!-- Note: Contestants hit this page when attempting to view challenges before CTF start time -->
10+
<!-- Keep "error" large and "forbidden" small to avoid concerned participants! -->
11+
<h1>{% trans %}{{ error }}{% endtrans %}</h1>
1012
<hr class="w-50 m-auto">
11-
<h2>{{ error }}</h2>
13+
<br/>
14+
<h2>(403 Forbidden)</h2>
1215
</div>
1316
</div>
1417
</div>

0 commit comments

Comments
 (0)