Fixes #19122: Fix styling of the server error (500) page

This commit is contained in:
Jeremy Stretch 2025-04-09 15:15:19 -04:00
parent 30208549ba
commit f669962ac2

View File

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