5xx: Remove duplicate `error_page` class applied on page.

We only want to apply this class on the actual content of the page.
This commit is contained in:
Aman Agrawal 2024-07-03 20:07:34 +00:00 committed by Tim Abbott
parent 2823e732de
commit aed809dd7c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<meta http-equiv="refresh" content="60;URL='/'" />
<!-- We use `error-styles` webpack assets to styles this page. -->
</head>
<body class="error_page">
<body>
<!-- TODO: Make nginx 5xx error page customizable -->
<!-- This is tricky because it's not served by Django, -->
<!-- so we can't use variables -->