We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1b29c commit 2e34ed0Copy full SHA for 2e34ed0
templates/errors/403.html
@@ -6,9 +6,12 @@
6
<div class="row">
7
<div class="col-md-12">
8
<div class="pt-5 mt-5 text-center">
9
- <h1>{% trans %}Forbidden{% endtrans %}</h1>
+ <!-- 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>
12
<hr class="w-50 m-auto">
- <h2>{{ error }}</h2>
13
+ <br/>
14
+ <h2>(403 Forbidden)</h2>
15
</div>
16
17
0 commit comments