mirror of https://github.com/zulip/zulip.git
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:
parent
2823e732de
commit
aed809dd7c
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue