File tree 5 files changed +13
-9
lines changed
5 files changed +13
-9
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
- < h1 > {% trans %}Forbidden{% endtrans % }</ h1 >
9
+ < h1 > {{ error } }</ h1 >
10
10
< hr class ="w-50 m-auto ">
11
- < h2 > {{ error }}</ h2 >
11
+ < br />
12
+ < h2 > {% trans %}403 Forbidden{% 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 > 404 </ h1 >
9
+ < h1 > {% trans %}File 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 8
8
< div class ="pt-5 mt-5 text-center ">
9
9
< h1 > 500</ h1 >
10
10
< hr class ="w-50 m-auto ">
11
+ < br />
11
12
< h2 > {{ error }}</ h2 >
12
13
</ div >
13
14
</ div >
Original file line number Diff line number Diff line change 8
8
< div class ="pt-5 mt-5 text-center ">
9
9
< h1 > 502</ 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