Fixes #7078: Restore styling on server error page

This commit is contained in:
jeremystretch 2021-08-31 09:50:24 -04:00
parent 65c9339687
commit 8036d1e5a5

View File

@ -4,7 +4,7 @@
<head> <head>
<title>Server Error</title> <title>Server Error</title>
<link rel="stylesheet" href="{% static 'netbox.css'%}" /> <link rel="stylesheet" href="{% static 'netbox-light.css'%}" />
<meta charset="UTF-8"> <meta charset="UTF-8">
</head> </head>
@ -12,7 +12,7 @@
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">
<div class="col col-md-6 offset-md-3"> <div class="col col-md-6 offset-md-3">
<div class="card bg-danger mt-5"> <div class="card border-danger mt-5">
<h5 class="card-header"> <h5 class="card-header">
<i class="mdi mdi-alert"></i> Server Error <i class="mdi mdi-alert"></i> Server Error
</h5> </h5>