File tree 5 files changed +15
-14
lines changed
5 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 6
6
< div class ="row ">
7
7
< div class ="col-md-12 ">
8
8
< div class ="pt-5 mt-5 text-center ">
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 >
9
+ < h1 > {{ error }}</ h1 >
12
10
< hr class ="w-50 m-auto ">
13
11
< br />
14
- < h2 > ( 403 Forbidden) </ h2 >
12
+ < h2 > {% trans %} 403 Forbidden{% endtrans %} </ h2 >
15
13
</ div >
16
14
</ div >
17
15
</ div >
Original file line number Diff line number Diff line change 6
6
< div class ="row ">
7
7
< div class ="col-md-12 ">
8
8
< div class ="pt-5 mt-5 text-center ">
9
- < h1 > 404 </ h1 >
9
+ < h1 > {% trans %}Page not found{% endtrans %} </ h1 >
10
10
< hr class ="w-50 m-auto ">
11
- < h2 > {% trans %}File not found{% endtrans %} </ h2 >
12
- < h2 > {% trans %}Sorry about that {% endtrans %}</ h2 >
11
+ < br / >
12
+ < h2 > {% trans %}404 Not Found {% endtrans %}</ h2 >
13
13
</ div >
14
14
</ div >
15
15
</ div >
Original file line number Diff line number Diff line change 6
6
< div class ="row ">
7
7
< div class ="col-md-12 ">
8
8
< div class ="pt-5 mt-5 text-center ">
9
- < h1 > 429</ h1 >
9
+ < h1 > {% trans %}Too many requests{% endtrans %}</ h1 >
10
+ < h1 > {% trans %}Please slow down!{% endtrans %}</ h1 >
10
11
< hr class ="w-50 m-auto ">
11
- < h2 > {% trans %}Too many requests{% endtrans %} </ h2 >
12
- < h2 > {% trans %}Please slow down! {% endtrans %}</ h2 >
12
+ < br / >
13
+ < h2 > {% trans %}429 Too Many Requests {% endtrans %}</ h2 >
13
14
</ div >
14
15
</ div >
15
16
</ div >
Original file line number Diff line number Diff line change 6
6
< div class ="row ">
7
7
< div class ="col-md-12 ">
8
8
< div class ="pt-5 mt-5 text-center ">
9
- < h1 > 500 </ h1 >
9
+ < h1 > {{ error }} </ h1 >
10
10
< hr class ="w-50 m-auto ">
11
- < h2 > {{ error }}</ h2 >
11
+ < br />
12
+ < h2 > {% trans %}500 Internal Server Error{% endtrans %}</ h2 >
12
13
</ div >
13
14
</ div >
14
15
</ div >
Original file line number Diff line number Diff line change 6
6
< div class ="row ">
7
7
< div class ="col-md-12 ">
8
8
< div class ="pt-5 mt-5 text-center ">
9
- < h1 > 502 </ h1 >
9
+ < h1 > {% trans %}Bad gateway{% endtrans %} </ h1 >
10
10
< hr class ="w-50 m-auto ">
11
- < h2 > {% trans %}Bad Gateway{% endtrans %}</ h2 >
11
+ < br />
12
+ < h2 > {% trans %}502 Bad Gateway{% endtrans %}</ h2 >
12
13
</ div >
13
14
</ div >
14
15
</ div >
You can’t perform that action at this time.
0 commit comments