mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Fixes #7078: Restore styling on server error page
This commit is contained in:
		@@ -4,7 +4,7 @@
 | 
			
		||||
 | 
			
		||||
<head>
 | 
			
		||||
    <title>Server Error</title>
 | 
			
		||||
    <link rel="stylesheet" href="{% static 'netbox.css'%}" />
 | 
			
		||||
    <link rel="stylesheet" href="{% static 'netbox-light.css'%}" />
 | 
			
		||||
    <meta charset="UTF-8">
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
@@ -12,7 +12,7 @@
 | 
			
		||||
    <div class="container-fluid">
 | 
			
		||||
        <div class="row">
 | 
			
		||||
            <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">
 | 
			
		||||
                        <i class="mdi mdi-alert"></i> Server Error
 | 
			
		||||
                    </h5>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user