Skip to content

Commit

Permalink
Revert changes to error code numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat committed Apr 9, 2024
1 parent f87e42c commit 0e6eafa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/errors/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="row">
<div class="col-md-12">
<div class="pt-5 mt-5 text-center">
<h1>{{ error }}</h1>
<h1>500</h1>
<hr class="w-50 m-auto">
<br/>
<h2>{% trans %}500 Internal Server Error{% endtrans %}</h2>
Expand Down
2 changes: 1 addition & 1 deletion templates/errors/502.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="row">
<div class="col-md-12">
<div class="pt-5 mt-5 text-center">
<h1>{% trans %}Bad gateway{% endtrans %}</h1>
<h1>502</h1>
<hr class="w-50 m-auto">
<br/>
<h2>{% trans %}502 Bad Gateway{% endtrans %}</h2>
Expand Down

0 comments on commit 0e6eafa

Please sign in to comment.